/***** 智能手机 *****/
@media all and (max-width:1200px){
	.menu li a {padding:0 15px;}
	.menu li.language {margin-left:20px;}
}

@media all and (max-width:1100px){
	.menu li a {padding:0 12px;}
}

@media all and (max-width:1024px){
	.menu li a {padding:0 12px; font-size:16px;}
	.menu li i {display:none;}
	.menu li .nav_submenu {}
	.menu li .nav_submenu li a {font-size:16px;}
}


@media all and (max-width:960px){
	.navigation {height:64px; position:fixed; z-index:999; overflow:visible;}
	.navigation .row {padding:0;}
	.navigation .inner_navigation {padding:0; border:none;}
	.navigation .logo { float:right; margin:17px 20px 0 0; width:150px; position:relative; z-index:1000;}
	/*侧栏*/
	.navigation .nav_more { display:block; position:relative; z-index:1000; width:64px; height:64px; border:none; outline:none; cursor:pointer; background:none;}
	.navigation .nav_more .hamburger-fix {display:block; margin:auto; top:0; bottom:0; left:0; right:0; content:""; position:absolute; width:20px; height:0px; } 
	.navigation .nav_more .hamburger-fix::before ,
	.navigation .nav_more .hamburger-fix::after {content:""; position:absolute; width:20px; height:1px; background:#000000;}
	.navigation .nav_more .hamburger-fix::before ,
	.navigation .nav_more .hamburger-fix::before {top:-4px;}
	.navigation .nav_more .hamburger-fix::after {top:4px;}
	/*菜单*/
	.menu {width:100%; position:fixed; left:0; top:0; height:0; opacity:0; z-index:998; background:#ffffff; overflow:scroll; -webkit-transition:0.3s; transition:0.3s;}
	.menu ul {opacity:0;}
	.menu li {width:100%; float:none; overflow:hidden;}
	.menu li i {display:none;}
	.menu li i.arrow { display:block; opacity:1; position:absolute!important; top:17px!important; left:auto; right:40px!important; margin:0; font-style:normal; color:#8d8d8d!important; background:none;}
	.menu li i.arrow::before {}
	.menu li:hover {}
	.menu li:hover a .arrow {color:rgba(255,255,255,0.5);}
	.menu li a { opacity:1!important; margin:0; padding:0; width:100%; height:50px; text-indent:40px; line-height:50px; text-align:left; color:#333333!important; height:auto; font-size:16px; border:none;}
    .menu li:hover a { background:#f8f8f8; opacity:1;}
    .menu li:hover a .arrow {}
    .menu li a.sub_a:visited {color:#ffffff;}
	.menu li a::after {display:none;}
	.menu li.language {margin:60px 0 0 0!important; flex-direction:column;}
	.menu li.language a {padding:0; color:#666666; display:inline-block; width:auto;}
	.menu li.language:hover a {background:none!important;}
	.menu li.language a:hover {opacity:0.5;}
	/* 二级菜单 */
	.menu li a.smooth-scroll {cursor:pointer;}
	.menu li:hover .nav_submenu { display:none;}
	.menu li .nav_submenu { display:none; width:100%; position:static!important; box-shadow:none!important; padding:0; -webkit-transition:none!important; transition:none!important; -moz-transition:none!important;}
	.menu li .nav_submenu li a {float:none; width:auto; color:#666666!important;}
	.menu li .nav_submenu li:hover {}
	.menu li .nav_submenu li:hover a {}
	.menu li .nav_submenu li a { position:relative; color:#666666; text-indent:60px; border:none!important; font-weight:normal; font-size:16px;}
	.menu li .nav_submenu li a:hover {background:#ffffff;}
	.menu li .nav_submenu li a:before {content:""; position:absolute; left:40px; top:50%; margin-top:-2px; width:4px; height:4px; border-radius:100%; background:#cccccc;}
	/* 选择语言 */
	.menu li.language .egu-show {}
	.menu li.language .egu-show>a {display:none;}
	.menu li.language .egu-show .nav_submenu {display:block; text-align:left;}
	.menu li.language .egu-show .nav_submenu li a::before {display:none;}
	.menu li.language .egu-show .nav_submenu li a {text-indent:40px; opacity:1!important; color:#333333!important;}
	/*首页、走进开立 导航特殊 用白色*/
	.sel-home .navigation .nav_more .hamburger-fix,
	.sel-home .navigation .nav_more .hamburger-fix::before ,
	.sel-home .navigation .nav_more .hamburger-fix::after ,
	.sel-about .navigation .nav_more .hamburger-fix,
	.sel-about .navigation .nav_more .hamburger-fix::before ,
	.sel-about .navigation .nav_more .hamburger-fix::after {background:#ffffff;}
	/* 导航切换样式 */
	.sticky-nav {}
	.sticky-nav .logo {}
	.sticky-nav li a {}
	.sticky-nav .nav_more .hamburger-fix::before , .sticky-nav .nav_more .hamburger-fix::after {background:#333333!important;}
	/**/
	.play {width:44px; height:44px; line-height:44px; font-size:14px;}
	a.rTop {display:none!important;}
	/*菜单展开*/
	.open .menu {height:100%; opacity:1; padding-top:80px; overflow:auto;}
	.open ul {opacity:1;}
		/*首页、走进开立 导航特殊 展开后黑色*/
		.sel-home .open .nav_more .hamburger-fix::before ,
		.sel-home .open .nav_more .hamburger-fix::after ,
		.sel-about .open .nav_more .hamburger-fix::before ,
		.sel-about .open .nav_more .hamburger-fix::after {background:#333333;}
		/**/
		.sel-home .open .logo {background-image: url('images/logo.svg');}
		.sel-home .open .beta ,
		#about .open .beta {background-image: url('images/logo_beta.svg');}
		/**/
		.open .nav_more {}
		/* 展开*/
        .nav_more_on .hamburger-fix:before {animation:0.4s ease-in-out 0s normal forwards 1 running n1;}
        .nav_more_on .hamburger-fix:after {animation:0.4s ease-in-out 0s normal forwards 1 running n2;}
		@keyframes n1 {
            30% {
                top: 0;
            }
            50% {
                transform: rotate(0deg);
            }
            100% {
                top: 0;
                transform: rotate(45deg);
            }
        }
        @keyframes n2 {
            30% {
                top: 0;
            }
            50% {
                transform: rotate(0deg);
            }
            100% {
                top: 0;
                transform: rotate(-45deg);
            }
        }
        /*收起*/
        .nav_more_off .hamburger-fix:before { animation:0.4s ease-in-out 0s normal forwards 1 running n3;}
        .nav_more_off .hamburger-fix:after { animation:0.4s ease-in-out 0s normal forwards 1 running n4;}
        @keyframes n3 {
            30% {
                top: 0;
                transform: rotate(0deg);
            }
            50% {
                top: 0;
                transform: rotate(0deg);
            }
            100% {
                top: -4px;
                transform: rotate(0deg);
            }
        }
        @keyframes n4 {
            30% {
                top: 0;
                transform: rotate(0deg);
            }
            50% {
                transform: rotate(0deg);
            }
            100% {
                top: 4px;
                transform: rotate(0deg);
            }
        }

     .global-examination .text {padding:40px 0;}

	/***** 当前页面 *****/
	#about .navigation .menu > ul > li:nth-child(1) > a {opacity:1!important; color:#009FAB!important;}


	/********** 首页 **********/
	/* 全屏Banner */
	#home .swiper-container {height:300px!important;}
	#home .swiper-slide {height:300px!important;}
	#home .swiper-slide .text {width:100%; margin-left:-80px; left:0;}
	#home .swiper-slide .text h1 {font-size:32px; font-weight:600; margin-bottom:5px;}
	#home .swiper-slide .text p {font-size:16px;}
	#home .swiper-slide .ma {display:block; width:100%; height:300px; position:absolute; left:0; top:0; z-index:4;}
	#home .video video {width:190%; min-height:auto; overflow:hidden;}
	#home .swiper-slide .text .btn-area {}
	#home .swiper-slide-active .text {margin-left:0;}
	#home .swiper-slide .btn-area {display:none;}
	.swiper-button-next, .swiper-button-prev {display:none;}
	.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom:10px;}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin:0 3px;}

	.p-type {}
	.p-type ul {padding:40px 0;}
	.p-type ul li {width:50%; border:none;}
	.p-type ul li a {padding:20px 0;}
	.p-type ul li a img {width:50%;}
	.p-type ul li a h4 {padding:20px 0 0 0; font-size:14px;}
	.p-type ul li a:hover .a-inner {-webkit-transform:none;transform:none;}

	.spec { margin:0 auto 0; padding:40px 0 0; background-size:150% auto;}
	.spec .spec-bg {height:300px;}
	.spec .row_pr0 {padding-right:10px;}
	.spec .spec-box {}
	.spec .spec-box h2 { margin-bottom:40px; font-size:20px;}
	.spec .spec-box ul {}
	.spec .spec-box ul li {margin-bottom:10px;}
	.spec .spec-box ul li:last-child {margin:0;}
	.spec .spec-box ul li a { margin-right:10px; height:350px;}
	.spec .spec-box ul li a::before {opacity:1;}
	.spec .spec-box ul li a .text {left:20px; bottom:15px;}
	.spec .spec-box ul li a h3 { font-size:22px; opacity:1; -webkit-transform:none; transform:none;}
	.spec .spec-box ul li a h6 { font-size:14px; margin-bottom:5px; opacity:1; -webkit-transform:none; transform:none;}
	.spec .spec-box ul li a p { font-size:14px; opacity:1; -webkit-transform:none; transform:none;}
	.spec .spec-box ul li a .text img {opacity:1; -webkit-transform:none; transform:none;}
	.spec .spec-box ul li:nth-child(2) a , .spec .spec-box ul li:nth-child(4) a {text-align:left;}
	.spec .spec-box ul li:nth-child(2) a .text , .spec .spec-box ul li:nth-child(4) a .text {left:20px; top:auto; bottom:15px; width:auto;}
	.spec .spec-box ul li:nth-child(4) a img {position:absolute; margin:0 0 0 -25%; top:0; opacity:0.5;}

	.p-story {padding:40px 0 0;}
	.p-story h1 { margin-bottom:20px; font-size:20px;}
	.p-story ul { display:block; background:#f2f2f2; overflow:hidden;}
	.p-story ul li { width:100%;}
	.p-story ul li:nth-child(2) a .imgbox {float:right;}
	.p-story ul li:nth-child(3) a .imgbox {float:left;}
	.p-story ul li a {}
	.p-story ul li a .imgbox { width:50%;}
	.p-story ul li a .img {}
	.p-story ul li a .img::after {}
	.p-story ul li:nth-child(1) a .imgbox::after {right:-15px; top:10px; border-right-color:#f8f8f8;}
	.p-story ul li:nth-child(2) a .imgbox::after {content:""; position:absolute; left:-15px; top:10px; margin-bottom:-10px; width:0; height:0; border-left:20px solid #f8f8f8; border-right:20px solid transparent; border-top:20px solid transparent; border-bottom:20px solid transparent; transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s;/* Firefox 4 */ -webkit-transition:all 0.3s ease-out 0s;/* Safari 和 Chrome */ -o-transition:all 0.3s ease-out 0s;/* Opera */}
	.p-story ul li:nth-child(3) a .imgbox::after {content:""; position:absolute; right:-15px; left:auto; top:10px; margin-bottom:-10px; width:0; height:0; border-right:20px solid #f8f8f8; border-left:20px solid transparent; border-top:20px solid transparent; border-bottom:20px solid transparent; transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s;/* Firefox 4 */ -webkit-transition:all 0.3s ease-out 0s;/* Safari 和 Chrome */ -o-transition:all 0.3s ease-out 0s;/* Opera */}
	.p-story ul li:nth-child(4) a .imgbox::after {left:-15px; top:10px; border-left-color:#f8f8f8;}
	.p-story ul li a .text { width:50%; padding:20px 20px;}
	.p-story ul li a .text h2 {font-size:14px;}
	.p-story ul li a .text p {position:relative; font-size:14px; opacity:0.7;line-height:1.6em;/* 3 times the line-height to show 3 lines */height:4.8em;overflow:hidden;}
	.p-story ul li a .text p::after {content:"..."; font-weight:bold; position:absolute; bottom:0; right:0; padding:0 20px 1px 45px; background:url("images/ellipsis_bg.png") repeat-y;}
	/**/
	.p-story ul li a:hover {background:#f8f8f8;}
	.p-story ul li a:hover .text {color:#333333;}
	.p-story ul li:nth-child(1) a:hover .imgbox::after { border-right-color:#f8f8f8;}
	.p-story ul li:nth-child(2) a:hover .imgbox::after {margin-bottom:-10px; width:0; height:0; border-left:20px solid #f8f8f8; border-right:20px solid transparent; border-top:20px solid transparent; border-bottom:20px solid transparent;}
	.p-story ul li:nth-child(3) a:hover .imgbox::after {left:auto; border-right:20px solid #f8f8f8; border-left:20px solid transparent; border-top:20px solid transparent; border-bottom:20px solid transparent; }
	.p-story ul li:nth-child(4) a:hover .imgbox::after {border-left-color:#f8f8f8;}

	.copyright {background:#f8f8f8;}
	.copyright .inner-copyright {padding:30px 0 30px; background:#ffffff;}
	.copyright .fl {width:100%;}
	.copyright .fl .fl { display:none; width:100%; margin-bottom:40px;}
	.copyright .fl .fr {width:100%; margin-bottom:30px;}
	.copyright .fr .fr h4 {opacity:0.5;}
	.copyright .fl .fr ul li {float:left; margin:0; width:100%; border-bottom:1px solid #f8f8f8;}
	.copyright .fl .fr ul li a {display:block; width:100%; padding:15px 0; font-size:14px; background-image:url("images/arrow-gray.svg"); background-repeat:no-repeat; background-position:center right; background-size:5px auto;}
	.copyright .fr {width:100%;}
	.copyright .fr .fl {width:auto;}
	.copyright .fr .fl ul li { margin-left:-7px; padding:0; width:100px;}
	.copyright .fr .fl ul li img {}
	.copyright .fr .fl ul li p { display:none; line-height:1; margin:0;}
	.copyright .fr .fr { float:left; margin-left:40px; width:auto;}
	.copyright .fr .fr p.phone-number {}
	.copyright .fr .fr p a {}
	.copyright .beian {}
	.copyright .beian p {}
	.copyright .beian p span {}
	.copyright .beian a.vokodesign {}


	/********** 内页公共 **********/
	.temp_banner {margin-top:64px;}
	.temp_banner .page-title {padding:150px 0;}
	.temp_banner .page-title h1 {font-size:36px;}
	.temp_banner .page-title p {width:100%; font-size:14px; line-height:1.5; margin-top:5px;}
	#pages {}
	#pages a {display:none;}
	#pages a.a1 {display:inline-block;}
	#pages span {display:none;}
	.anchor-list {}
	.anchor-list .row {padding:0;}
	.anchor-list .al {padding:20px 0; overflow:hidden;}
	.anchor-list a {display:block; margin:20px 0 20px 20px; padding:0 10px; float:left; width:100px; height:34px; line-height:34px; font-size:14px;}
	/**/
	.table-container{width:100%; margin: 0 0 1em; overflow-y:auto; _overflow:auto;}
	/*添加IOS下滚动条*/
	.table-container::-webkit-scrollbar{-webkit-appearance:none; width:10px; height:10px;}
	.table-container::-webkit-scrollbar-thumb{border-radius:8px; border:3px solid #fff; background-color:rgba(0, 0, 0, .1);}
	table {overflow:hidden;}
	table tr {}
	table th { padding:8px 10px; font-size:14px; font-weight:normal;}
	table td { padding:10px 10px; font-size:14px;}
	/* 敬请期待 */
	.page-blank {padding:100px 20px;}
	.page-blank .picon {width:60px; height:60px;}
	.page-blank h6 {font-size:16px;}
	.page-blank p {font-size:14px;}


	/********** 走进开立 **********/
	/**/
	.about-group .ag-1 {height:400px;}
	.about-group .ag-1 .text {margin-top:80px;}
	.about-group .ag-1 .text h1 {font-size:36px;}
	.about-group .ag-1 .text p {font-size:24px;}
	/**/
	.about-group .ag-2 {padding:50px 0;}
	.about-group .ag-2 .text {}
	.about-group .ag-2 .text p {font-size:22px; width:100%; margin:0 auto 40px;}
	.about-group .ag-2 .text p span {font-size:22px; padding:0 4px;}
	.about-group .ag-2 .img {}
	.about-group .ag-2 .img h2 {font-size:32px;}
	.about-group .ag-2 .img ul {margin-top:20px;}
	.about-group .ag-2 .img ul li {}
	.about-group .ag-2 .img ul li .inner {}
	.about-group .ag-2 .img ul li .inner img {width:60%;}
	.about-group .ag-2 .img ul li .inner h3 {margin:20px 0; font-size:16px;}
	/**/
	.about-group .ag-3 {padding:50px 0;}
	.about-group .ag-3 h1 {font-size:32px;}
	.about-group .ag-3 .img {}
	.about-group .ag-3 .img .map { margin:120px 0 0 0; height:380px; background-size:100%;}
	.about-group .ag-3 .img .citys {}
	.about-group .ag-3 .img .lr {width:80%; margin:40px auto 0}
	.about-group .ag-3 .img .lr h2 {font-size:28px;}
	.about-group .ag-3 .img .lr p {font-size:18px;}
	.about-group .ag-3 .img .lr h3 {font-size:72px;}
	.about-group .ag-3 .img .lr .l {float:none; width:80%; margin:0 auto 40px;}
	.about-group .ag-3 .img .lr .l h2 {margin-bottom:0;}
	.about-group .ag-3 .img .lr .r {float:none; width:80%; margin:auto;}
	.about-group .ag-3 .img .lr .r .cbox {}
	.about-group .ag-3 .img .lr .r .c {float:none; width:100%; margin:10px auto 10px;}
	/**/
	.about-group .ag-4 {padding:50px 0;}
	.about-group .ag-4 .shead {}
	.about-group .ag-4 .shead h2 {font-size:32px;}
	.about-group .ag-4 .shead p {width:90%; font-size:18px; margin:20px auto 30px;}
	.about-group .ag-4 h2 { margin:0 0 10px; font-size:72px;}
	.about-group .ag-4 h3 {font-size:22px;}
	.about-group .ag-4 p {font-size:18px; width:100%;}
	.about-group .ag-4 .line {width:80%; height:20px; margin:20px auto;}
	.about-group .ag-4 .line .vline {height:20px;}
	.about-group .ag-4 .text {width:80%;}
	.about-group .ag-4 .text h2 {font-size:44px; margin-bottom:0;}
	.about-group .ag-4 .text p {font-size:18px;}
	.about-group .ag-4 .l {float:none; width:80%; margin:0 auto 30px;}
	.about-group .ag-4 .r {float:none; width:80%; margin:auto;}
	.about-group .ag-4 .desc {font-size:18px; width:90%;}
	/**/
	.about-group .ag-5 {padding:50px 0;}
	.about-group .ag-5 h2 {font-size:64px; margin-bottom:10px;}
	.about-group .ag-5 h3 {font-size:32px; margin-bottom:40px;}
	.about-group .ag-5 p {font-size:18px; width:90%;}
	/**/
	.about-group .ag-6 {padding:50px 0;}
	.about-group .ag-6 .title {margin-bottom:20px;}
	.about-group .ag-6 .title p {font-size:22px; line-height:1.4;}
	.about-group .ag-6 .title h2 {font-size:32px;}
	.about-group .ag-6 .title h3 {font-size:22px;}
	.about-group .ag-6 ul {width:100%;}
	.about-group .ag-6 ul li {float:none; width:100%;}
	.about-group .ag-6 ul li .inner { margin:20px 0; padding:20px;}
	.about-group .ag-6 ul li p {}
	.about-group .ag-6 ul li h2 {font-size:22px;}
	.about-group .ag-6 ul li.if .if_icon {width:30px; height:30px; right:10px; bottom:10px;}
	.about-group .ag-6 ul li.reddot .reddot_icon {width:30px; height:30px; right:10px; bottom:10px;}
	/**/
	.about-group .ag-7 {padding:50px 0;}
	.about-group .ag-7 h1 {font-size:32px;}
	.about_timeline {padding:50px 0 20px;}
	.about_timeline .swiper-wrapper {display:inline;}
	.about_timeline .community-carousel::before {display:none;}
	.about_timeline .community-carousel .swiper-slide { width:100%; }
	.about_timeline .community-carousel .swiper-slide .slide-holder { position:relative; margin-left:27px; padding:0 0 40px 40px; border-left:1px solid #00B0AD;}
	.about_timeline .community-carousel .swiper-slide .author-wrap { padding:0; border:none;}
	.about_timeline .community-carousel .swiper-slide .author-wrap::before {left:-48px; bottom:18px; width:15px; height:15px;}
	.about_timeline .community-carousel .swiper-slide .author-wrap .name {font-size:22px; height:auto;}
	.about_timeline .community-carousel .swiper-slide .author-wrap .role {font-size:44px; height:auto;}
	.about_timeline .community-carousel .swiper-slide p {padding:0;}



	/********** 新闻中心 **********/
	#news .temp_banner {}
	#news .temp_main {padding-top:10px;}
	.news_list {float:none; width:100%; border:none;}
	.news_list ul {padding:0;}
	.news_list ul li {}
	.news_list ul li a {}
	.news_list ul li a .fl {width:25%; display:none;}
	.news_list ul li a .fl img {}
	.news_list ul li a .fr {width:100%;}
	.news_list ul li a .fr .text {margin-left:10px;}
	.news_list ul li a .fr h2 { margin-bottom:2px; font-size:16px;}
	.news_list ul li a .fr span {font-size:12px;}
	.news_list ul li a .fr p {margin-top:10px; font-size:14px;}
	#news .sidebar {float:none; margin-bottom:30px; width:100%; text-align:center; border-bottom:1px solid #f2f2f2;}
	#news .sidebar ul {display:inline-block;}
	#news .sidebar ul li {float:left; padding:0 20px;}
	#news .sidebar ul li a {padding:0; border:none;}

	.news-detail { width:100%; font-size:16px; line-height:1.6;}
	.news-detail .title {margin-bottom:40px;}
	.news-detail .title h1 {font-size:22px;}
	.news-detail p {font-size:16px; line-height:1.8;}


	/********** 产品及应用 **********/
	.sel-product .page-title {padding:150px 0 80px;}
	.anchor-list a {padding:0 8px;}
	/* 临床图共用模块 */
	.sel-product-detail .swiper-container {padding:40px 0 70px;}
	.sel-product-detail .swiper-container .swiper-slide {}
	.sel-product-detail .img-box {padding:0; border:none;}
	/**/
	.p-group {padding:20px 0 10px;}
	.p-group .row_pr0 {padding-right:10px;}
	.p-group h2 {font-size:18px;}
	.p-group .sub {font-size:14px;}
	.p-group ul {margin:15px 0;}
	.p-group ul li {float:left; width:50%;}
	.p-group ul li a {margin:0 10px 10px 0;}
	.p-group ul li a .tag {font-size:12px;}
	.p-group ul li a .cover {width:80%;}
	.p-group ul li a .cover img {}
	.p-group ul li a .desc {}
	.p-group ul li a .desc h4 {font-size:16px;}
	.p-group ul li a .desc p {font-size:12px;}


	/***** 产品专题页：普通详情页 *****/
	.sel-product-detail .navigation {}
	.sel-product-detail .p-detail {margin-top:64px;}
	.sel-product-detail .p-detail .advertising_tips {left:0; top:20px; font-size:12px;}
    /**/
	.sel-product-detail .p-detail-normal {}
	.sel-product-detail .p-detail-normal .main {padding:80px 0 0;}
	.sel-product-detail .p-detail-normal .shead {}
	.sel-product-detail .p-detail-normal .shead h2 {font-size:28px; margin-bottom:10px;}
	.sel-product-detail .p-detail-normal .shead h3 {font-size:18px;}
	.sel-product-detail .p-detail-normal .img {width:100%;}
	.sel-product-detail .p-detail-normal .img p {font-size:18px;}
	.sel-product-detail .p-detail-normal .pdn-sc {padding:50px 0;}
	.sel-product-detail .p-detail-normal .pdn-sc h2 {font-size:28px;}
	.sel-product-detail .p-detail-normal .pdn-sc .swiper-container {padding:40px 0 70px;}
	.sel-product-detail .p-detail-normal .pdn-sc .img-box {padding:40px 0;}
	/***** 新版：产品专题页：普通详情页 全站更新后，可删除旧版声明 *****/
	.sel_products_detail .navigation {}
	.sel_products_detail .p_detail {margin-top:64px;}
	.sel_products_detail .p_detail .advertising_tips {left:0; top:20px; font-size:12px;}
    /**/
	.sel_products_detail .p_detail_normal {}
	.sel_products_detail .p_detail_normal .main {padding:80px 0 0;}
	.sel_products_detail .p_detail_normal .shead {}
	.sel_products_detail .p_detail_normal .shead h2 {font-size:28px; margin-bottom:10px;}
	.sel_products_detail .p_detail_normal .shead h3 {font-size:18px;}
	.sel_products_detail .p_detail_normal .img {width:100%;}
	.sel_products_detail .p_detail_normal .img p {font-size:18px;}
	.sel_products_detail .p_detail_normal .pdn_sc {padding:50px 0;}
	.sel_products_detail .p_detail_normal .pdn_sc h2 {font-size:28px;}
	.sel_products_detail .p_detail_normal .pdn_sc .swiper-container {padding:40px 0 70px;}
	.sel_products_detail .p_detail_normal .pdn_sc .img_box {padding:40px 0;}




	/***** 产品专题页：X5 *****/
	.sel-product-detail-1 {}
	    /**/
	    .d1-1 {}
	    .d1-1 .main {padding:100px 0 0;}
	    .d1-1 .topic {}
	    .d1-1 .topic h1 {font-size:32px; margin-bottom:10px;}
	    .d1-1 .topic p {font-size:18px;}
	    /**/
	    .d1-2 {padding:0 0 40px 0;}
	    .d1-2 ul {flex-direction:column;}
	    .d1-2 ul li {width:80%; padding:20px; border:none;}
	    .d1-2 ul li h2 {font-size:18px; margin-bottom:10px;}
	    .d1-2 ul li p {font-size:16px;}
	    /**/
	    .d1-3 {padding:100px 0;}
	    .d1-3 h2 {font-size:28px;}
	    /**/
	    .d1-4 {padding:60px 0 40px;}
	    .d1-4 ul {}
	    .d1-4 ul li {width:80%; margin:auto;}
	    .d1-4 ul li .l {width:100%;}
	    .d1-4 ul li .r {width:100%; padding:20px 0;}
	    .d1-4 ul li .r h2 {font-size:18px; margin-bottom:10px;}
	    .d1-4 ul li .r p {font-size:16px;}
	    .d1-4 ul li:nth-child(2) .r {padding:20px 0;}
	    /**/
	    .d1-5 {padding:100px 0;}
	    .d1-5 h2 {font-size:28px;}
	    /**/
	    .d1-6 {padding:80px 0;}
	    .d1-6 .cols-pic {}
	    .d1-6 .cols-pic h2 {font-size:22px; width:80%;}
	    .d1-6 .cols-pic p {font-size:16px; width:80%;}
	    .d1-6 .cols-pic ul {}
	    .d1-6 .cols-pic ul li {width:200px; margin:auto;}
	    .d1-6 .cols-pic ul li .cell {}
	    /**/
	    .d1-7 {padding:100px 0;}
	    .d1-7 h2 {font-size:28px;}



	
	/********** 产品专题页：HD-500 **********/
	.sel-product-detail-2 {}
		/**/
		.d2-1 {}
		.d2-1 .main {padding:200px 0;}
		.d2-1 .text {}
		.d2-1 h1 {font-size:36px;}
		.d2-1 p {font-size:22px;}
		.d2-1 p span {font-size:32px;}
		.d2-1 .examination p {font-size:10px; line-height:1.6;}
		/**/
		.d2-2 {padding:80px 0;}
		.d2-2 .img {float:none; margin:0 auto 60px; padding-left:5%; width:50%;}
		.d2-2 .text {float:none; margin:auto; padding:0; text-align:center; width:100%;}
		.d2-2 .text h2 {font-size:28px; margin-bottom:10px;}
		.d2-2 .text .desc {font-size:18px;}
		.d2-2 .text img {margin:auto;}
		.d2-2 .tb .op {width:100%;}
		.d2-2 .tb .op .nt {width:96.5%;}
		.d2-2 .tb .op img {width:74%;}
		.d2-2 .tb .op .nl {margin-top:3.55%;}
		.d2-2 .tb .op .nl li {font-size:12px; margin-bottom:18.25%;}
		.d2-2 .tb .op .notes {font-size:12px; display:block; width:100%; padding:0;}
		.d2-2 .tb .op .nt li {font-size:12px;}
		/**/
		.d2-3 {padding:80px 0;}
		.d2-3 .text .shl { display:block; width:80px; margin:0 auto 20px;}
		.d2-3 .text .shr { text-align:center; padding-left:0;}
		.d2-3 .text .shr h2 {font-size:28px; line-height:1;}
		.d2-3 .text .shr p {font-size:14px;}
		.d2-3 .text p.desc { margin-top:30px; padding:0 2%; font-size:18px;}
		.d2-3 .img {margin:30px auto 0;}
		.d2-3 .img img {margin:auto;}
		.d2-3 .img .t {margin-bottom:20px;}
		.d2-3 .img .t ul {padding:0;}
		.d2-3 .img .t ul li {}
		.d2-3 .img .t ul li span {font-size:12px;}
		.d2-3 .img .t ul li img { border-radius:5px;}
		.d2-3 .img .t ul li:nth-child(2),
		.d2-3 .img .t ul li:nth-child(4) {width:15%; padding:3% 0 0;}
		.d2-3 .img .t ul li:nth-child(2) img,
		.d2-3 .img .t ul li:nth-child(4) img {border:none; border-radius:0;}
		.d2-3 .img .tf ul li { width:42.5%;}
		.d2-3 .img .tf ul li span {}
		.d2-3 .img .tf ul li img {border:none; border-radius:0; margin-bottom:20px;}
		.d2-3 .img .tf ul li:nth-child(2) {padding:12% 2% 0;}
		/**/
		.d2-4 {padding:80px 0;}
		.d2-4 .shead {width:90%; margin:0 auto 30px;}
		.d2-4 .shead .ti {display:block; margin-bottom:20px;}
		.d2-4 .shead .ti img {width:100px; margin:0 auto 20px 0; border-radius:6px;}
		.d2-4 .shead .ti .si {padding:0;}
		.d2-4 .shead .ti .si h2 {font-size:32px;}
		.d2-4 .shead .ti .si p {font-size:14px;}
		.d2-4 .shead .intro {font-size:16px;}
		.d2-4 .img {width:90%; margin:auto;}
		.d2-4 .img img:nth-child(1) {margin-bottom:30px;}
		/**/
		.d2-5 {display:block;}
		.d2-5 .r {width:100%; padding:80px 20px; text-align:center;}
		.d2-5 .r h2 {font-size:28px; margin-bottom:10px;}
		.d2-5 .r p {font-size:18px;}
		.d2-5 .r ul {justify-content:space-between;}
		.d2-5 .r ul li {margin:0;}
		.d2-5 .r ul li p {font-size:14px;}
		.d2-5 .r .m {width:50%; margin:60px auto 0;}
		/**/
		.d2-6 {padding:80px 0;}
		.d2-6 .text {width:100%;}
		.d2-6 .text .title {margin-bottom:40px;}
		.d2-6 .text .title h2 {font-size:28px; margin-bottom:10px;}
		.d2-6 .text .title p {font-size:18px;}
		.d2-6 .text ul li {display:block; margin-bottom:40px;}
		.d2-6 .text ul li:last-child {margin:0;}
		.d2-6 .text ul li img {float:none; width:100%; margin-bottom:20px;}
		.d2-6 .text ul li .fr {float:none; width:100%; padding:0;}
		.d2-6 .text ul li .fr h4 {font-size:22px; margin-bottom:10px;}
		.d2-6 .text ul li .fr p {font-size:16px;}




	/********** 产品专题页：SC-8000 **********/
	.sel-product-detail-3 {}
		/**/
		.d3-1 {padding:50px 0;}
		.d3-1 .text {}
		.d3-1 h1 {font-size:36px;}
		.d3-1 p {font-size:18px;}
		.d3-1 .img {width:90%;}
		/**/
		.d3-2 {padding:70px 0;}
		.d3-2 .text {}
		.d3-2 ul {}
		.d3-2 ul li {width:100%;}
		.d3-2 ul li .inner {}
		.d3-2 ul li img { margin-bottom:10px; width:50%; height:auto;}
		.d3-2 ul li h2 {font-size:22px; margin-bottom:10px;}
		.d3-2 ul li p {font-size:18px;}
		/**/
		.d3-3 {padding:70px 0 0;}
		.d3-3 .text {float:none; margin:0 0 20px; width:100%; text-align:center;}
		.d3-3 .text h1 {font-size:32px;}
		.d3-3 .text p { display:inline-block; text-align:left; font-size:18px; width:80%;}
		.d3-3 .img {float:none; width:90%; margin:auto;}
		/**/
		.d3-4 {padding:70px 0;}
		.d3-4 .row_pr0 {padding:0 20px;}
		.d3-4 .text {}
		.d3-4 .text h1 {font-size:32px; margin-bottom:40px;}
		.d3-4 .text img {width:100%; height:auto;}
		.d3-4 ul {margin-top:40px;}
		.d3-4 ul li {float:none; margin-bottom:50px; width:100%;}
		.d3-4 ul li .inner {padding:0;}
		.d3-4 ul li h2 {font-size:22px;}
		.d3-4 ul li p {font-size:18px; width:80%; margin:auto;}
		/**/
		.d3-5 {padding:50px 0;}
		.d3-5 .img {width:90%;}
		.d3-5 ul {padding:20px 0 0;}
		.d3-5 ul li {float:none; margin:0; padding:40px 0; width:100%;}
		.d3-5 ul li .inner {padding:0;}
		.d3-5 ul li h2 {font-size:22px; margin-bottom:10px;}
		.d3-5 ul li p {font-size:18px;}
		/**/
		.d3-6 {padding:100px 0;}
		.d3-6 .text {width:100%;}
		.d3-6 .text h1 {font-size:32px; margin-bottom:20px;}
		.d3-6 .text p {font-size:18px;}
		/**/
		.d3-7 {padding:100px 0;}
		.d3-7 .text {width:100%;}
		.d3-7 .text h1 {font-size:32px; margin-bottom:20px;}
		.d3-7 .text p {font-size:18px;}




	/********** 产品专题页：E3 **********/
	.sel-product-detail-4 {}
		/**/
		.d4-1 {}
		.d4-1 .main {padding:100px 0 60px;}
		.d4-1 .text {margin:0 auto 30px; width:100%;}
		.d4-1 h1 {font-size:36px;}
		.d4-1 p {font-size:18px;}
		.d4-1 .img {margin:auto; padding:0; width:80%;}
		/**/
		.d4-2 {padding:100px 0;}
		.d4-2 .text {float:none; width:80%; margin:auto;}
		.d4-2 .text p {font-size:18px;}
		.d4-2 ul {margin-top:30px;}
		.d4-2 ul li { float:none; width:100%; font-size:16px;}
		/**/
		.d4-3 {padding:70px 0;}
		.d4-3 .img {float:none; width:80%; margin:0 auto 30px;}
		.d4-3 .text {float:none; width:100%; padding:0; text-align:center;}
		.d4-3 .text ul {}
		.d4-3 .text ul li {width:50%;}
		.d4-3 .text ul li .inner {}
		.d4-3 .text ul li img {}
		.d4-3 .text h1 {font-size:32px;}
		.d4-3 .text p {font-size:18px;}
		/**/
		.d4-4 {padding:70px 0;}
		.d4-4 .text {float:none; margin-bottom:40px; width:100%; text-align:center;}
		.d4-4 .text h1 {font-size:32px; margin-bottom:20px;}
		.d4-4 .text ul {}
		.d4-4 .text ul li { float:none; width:80%; margin:10px auto; font-size:18px;}
		.d4-4 .img {float:none; margin:0; width:100%;}




	/********** 产品专题页：P50 **********/
	.sel-product-detail-5 {}
		/**/
		.d5-1 {}
		.d5-1 .main {padding:150px 0; height:auto;}
		.d5-1 .ti {width:100%;}
		.d5-1 .text {width:100%;}
		.d5-1 h1 {font-size:36px; text-shadow:0 5px 20px #8d8d8d;}
		.d5-1 h2 {font-size:32px;}
		.d5-1 p {font-size:18px; text-shadow:0 5px 20px #8d8d8d;}
		/**/
		.d5-2 {padding:50px 0;}
		.d5-2 .row {position:static;}
		.d5-2 .text {float:none; margin:auto; width:80%;}
		.d5-2 .text h1 {font-size:32px; margin-top:0;}
		.d5-2 .text p {font-size:18px;}
		.d5-2 .img {position:static; float:none; width:50%; margin-left:10%;}
		.d5-2 .img img {width:100%;}
		/**/
		.d5-3 {padding:70px 0 0;}
		.d5-3 .text {}
		.d5-3 .text h1 {font-size:32px;}
		.d5-3 .text p {font-size:18px; width:100%;}
		.d5-3 .text ul { margin-bottom:30px; width:80%;}
		.d5-3 .text ul li {width:50%;}
		.d5-3 .text ul li .inner { margin-bottom:30px; padding:0 10px;}
		.d5-3 .text ul li img { padding:0; border:none;}
		.d5-3 .text ul li p {}
		.d5-3 .img {float:none; margin:auto; width:350px; height:130px;}
		/**/
		.d5-4 {padding:0;}
		.d5-4 ul {}
		.d5-4 ul li {float:none; margin:0; width:100%;}
		.d5-4 ul li:last-child { margin:0; border:none;}
		.d5-4 ul li .inner {margin:0 20px 0 0; padding:60px 0; border-bottom:1px solid rgba(255,255,255,0.1);}
		.d5-4 ul li h2 {font-size:22px;}
		.d5-4 ul li p {height:auto;}
		.d5-4 ul li img {margin-bottom:20px;}
		/**/
		.d5-5 {padding:70px 0 0;}
		.d5-5 .row {padding:0;}
		.d5-5 .text {}
		.d5-5 .text h1 {font-size:32px;}
		.d5-5 ul {margin-top:40px;}
		.d5-5 ul li {float:none; width:100%; margin-bottom:40px;}
		.d5-5 ul li .inner {}
		.d5-5 ul li .w {padding:40px; left:0; top:0;}
		.d5-5 ul li h2 {font-size:16px; margin:20px 0 0;}
		.d5-5 ul li p {font-size:14px;}
		.d5-5 ul li img {}
		/**/
		.d5-6 {margin:0; padding:80px 0 80px;}
		.d5-6 h2 {font-size:32px;}




	/********** 产品专题页：S40 **********/
	.sel-product-detail-6 {}
		/**/
		.d6-1 {padding:70px 0 0;}
		.d6-1 .text {float:none; margin:0 auto 30px; width:100%;}
		.d6-1 h1 {font-size:36px;}
		.d6-1 p {font-size:18px;}
		.d6-1 .img {float:none; margin:auto; width:90%;}
		/**/
		.d6-2 {padding:40px 0 0;}
		.d6-2 .text {float:none; margin:20px auto 40px; padding:0; width:82%;}
		.d6-2 .text p {font-size:18px; margin-bottom:30px;}
		.d6-2 .text img {width:100%;}
		.d6-2 .img {float:none; margin:auto; width:300px; height:300px; background-size:100%;}
		/**/
		.d6-3 {padding:60px 0;}
		.d6-3 .text { margin:auto; width:80%;}
		.d6-3 .text img {width:80%; margin-bottom:30px;}
		.d6-3 .text h1 {font-size:32px; margin-bottom:20px;}
		.d6-3 .text p {font-size:18px; width:100%;}
		/**/
		.d6-4 {padding:80px 0;}
		.d6-4 .text { float:none; margin:auto; padding:0; width:80%; text-align:center;}
		.d6-4 .text h1 {font-size:32px;}
		.d6-4 .text p {font-size:18px;}
		.d6-4 .text ul li h3 {font-size:18px;}
		.d6-4 .text ul li p {font-size:16px;}
		.d6-4 .img {float:none; margin:auto; width:80%; height:400px;}
		/**/
		.d6-5 {padding:0;}
		.d6-5 .text {float:none; margin:auto; padding:0; width:100%; text-align:center;}
		.d6-5 .text h1 {font-size:32px;}
		.d6-5 .text p {font-size:18px; margin-bottom:30px;}
		.d6-5 .text ul {}
		.d6-5 .text ul li { float:none; width:100%; text-align:center; font-size:16px;}
		.d6-5 .pic_list {float:none; width:100%;}
		.d6-5 .pic_list ul li {padding:5px;}
		/**/
		.d6-6 {padding:100px 0 40px;}
		.d6-6 .text {}
		.d6-6 .text h1 {font-size:24px; margin-bottom:20px;}
		.d6-6 .text p {font-size:16px;}
		.d6-6 .img {width:100%;}




	/********** 产品专题页：S50 **********/
	.sel-product-detail-7 {}
		/**/
		.d7-1 {padding:50px 0 0;}
		.d7-1 .text { float:none; margin-bottom:40px; width:100%; margin-top:40px;}
		.d7-1 h1 {font-size:36px;}
		.d7-1 p {font-size:18px;}
		.d7-1 .img {float:none; width:100%;}
		.d7-1 .img img{width:90%;}
		/**/
		.d7-2 {}
		.d7-2 .text {margin-top:60px;}
		.d7-2 h1 {font-size:32px; margin-bottom:20px;}
		.d7-2 p {font-size:18px;}
		.d7-2 ul {margin-top:20px;}
		.d7-2 ul li {padding-bottom:40px; margin-bottom:40px;}
		.d7-2 ul li:last-child {border:none;}
		.d7-2 ul li h3 {font-size:16px; margin-bottom:20px;}
		.d7-2 ul li img {width:90%;}
		.d7-2 ul li h4 {margin:20px 0 10px; font-size:16px;}
		/**/
		.d7-sc {margin:0; padding:80px 0;}
		.d7-sc h2 {font-size:32px;}
		/**/
		.d7-3 {padding:0 0 80px;}
		.d7-3 .text {}
		.d7-3 h1 {font-size:32px; margin-bottom:20px;}
		.d7-3 p {font-size:18px;}
		.d7-3 ul {margin-top:30px;}
		.d7-3 ul li {}
		.d7-3 ul li .inner {padding:0 10px;}
		.d7-3 ul li h3 {font-size:14px; margin-bottom:10px;}
		.d7-3 ul li img {}
		/**/
		.d7-4 {padding:80px 0;}
		.d7-4 .img {float:none; width:100%;}
		.d7-4 .text {float:none; width:100%;}
		.d7-4 h2 {margin:30px 0 20px; font-size:32px;}
		.d7-4 p {font-size:18px;}
		.d7-4 ul {margin-top:30px;}
		.d7-4 ul li {float:none; margin:0 auto 40px; width:70%;}
		.d7-4 ul li .inner {margin:0 auto 20px!important;}
		.d7-4 ul li h3 {font-size:18px; margin-top:10px;}




	/********** 产品专题页：S50 **********/
	.sel-product-detail-8 {}
		/**/
		.d8-1 {}
		.d8-1 .main {padding:150px 0; height:auto;}
		.d8-1 .ti {width:100%;}
		.d8-1 .text {padding:0;}
		.d8-1 h1 {font-size:36px;}
		.d8-1 p {font-size:18px;}
		.d8-1 h2 {font-size:32px;}
		/**/
		.d8-2 {padding:0 0 80px;}
		.d8-2 .row {display:block;}
		.d8-2 .img {width:100%;}
		.d8-2 .text {width:100%; padding:40px 40px 0;}
		.d8-2 .text h1 {font-size:32px; margin-bottom:20px;}
		.d8-2 .text p {font-size:18px;}
		/**/
		.d8-3 {padding:80px 0 70px;}
		.d8-3 h1 {font-size:32px; margin:0;}
		.d8-3 ul {margin-top:30px;}
		.d8-3 ul li { float:none; margin:0 auto 30px; padding:0; width:80%;}
		.d8-3 ul li h4 {margin:20px 0 10px; font-size:18px;}
		/**/
		.d8-4 {padding:80px 0;}
		.d8-4 h1 {font-size:32px; margin:0;}
		.d8-4 ul {margin-top:40px;}
		.d8-4 ul li {float:none; margin:0 auto 30px; padding:0; width:80%;}
		.d8-4 ul li h4 {font-size:18px; margin:20px 0 10px;}
		.d8-4 ul li p {font-size:16px;}
		/**/
		.d8-5 {padding:80px 0;}
		.d8-5 h1 {font-size:32px; margin-bottom:40px;}
		.d8-5 ul {position:static;}
		.d8-5 ul li {float:none; margin:0 auto 40px; padding:0!important; width:80%;}
		.d8-5 ul li img { width:60px; height:auto;}
		.d8-5 ul li .rt {margin-left:60px; width:auto;}
		.d8-5 ul li:nth-child(2) .rt {width:auto;}
		.d8-5 ul li h4 {font-size:18px;}
		.d8-5 ul li p {font-size:16px; line-height:1.5;}
		.d8-5 .bg-img {width:100%; display:none;}
		/**/
		.d8-6 {padding:0 0 80px 0;}
		.d8-6 .text {}
		.d8-6 h1 {font-size:32px; margin-bottom:30px;}
		.d8-6 ul {position:static; margin-bottom:40px;}
		.d8-6 ul li { margin-bottom:20px; width:50%; padding:0 20px; text-align:center;}
		.d8-6 ul li img { display:block; float:none; margin:auto; height:70px;}
		.d8-6 ul li h4 {line-height:1; font-size:14px; font-weight:normal;}
		/**/
		.d8-7 {padding:80px 0;}
		.d8-7 h2 {font-size:32px;}




	/********** 产品专题页：S50 **********/
	.sel-product-detail-9 {}
		/**/
		.d9-1 {}
		.d9-1 .main {padding:100px 0 60px;}
		.d9-1 .text {width:100%; margin:0 auto 20px;}
		.d9-1 .text h1 {font-size:36px;}
		.d9-1 .text p {font-size:18px;}
		.d9-1 .img {padding-right:40px; width:100%;}
		/**/
		.d9-2 {padding:60px 0;}
		.d9-2 .text {float:none; margin:auto; width:80%;}
		.d9-2 .text p {font-size:18px;}
		/**/
		.d9-3 {padding:50px 0 0;}
		.d9-3 .text ul {padding:30px 0;}
		.d9-3 .text ul li {float:none; margin-bottom:50px; padding:0; width:100%;}
		.d9-3 .text ul li h2 {font-size:32px;}
		.d9-3 .text ul li span {margin-bottom:10px;}
		/**/
		.d9-4 {padding:70px 0;}
		.d9-4 .img {float:none; margin:auto; width:80%;}
		.d9-4 .text {float:none; width:100%; text-align:center;}
		.d9-4 .text ul li {}
		.d9-4 .text ul li h3 {font-size:32px;}
		/**/
		.d9-5 {padding:20px 0;}
		.d9-5 ul { float:none; width:100%;}
		.d9-5 .text {float:none; width:80%; margin:40px auto 80px; padding:0;}
		.d9-5 .text p {font-size:18px;}
		/**/
		.d9-6 {}
		.d9-6 ul li {padding:80px 0;}
		.d9-6 ul li .text {width:80%; margin:auto;}
		.d9-6 ul li .text h2 {font-size:32px;}
		.d9-6 ul li .text p {width:100%; font-size:18px;}




	/********** 产品专题页：E2 **********/
	.sel-product-detail-10 {}
		/**/
		.d10-1 {}
		.d10-1 .main {padding:150px 0 100px;}
		.d10-1 h1 {font-size:36px;}
		.d10-1 p {font-size:18px;}
		.d10-1 h2 {font-size:32px;}
		.d10-1 p.desc {font-size:18px; width:90%;}
		/**/
		.d10-2 {padding:60px 0;}
		.d10-2 .bg-img {float:none; margin:auto; width:90%;}
		.d10-2 .text {float:none; margin:auto; padding:0; width:80%;}
		.d10-2 .text ul {margin-top:40px;}
		.d10-2 .text ul li {margin-bottom:30px;}
		.d10-2 .text ul li h2 {font-size:22px; text-align:center;}
		.d10-2 .text ul li p {font-size:18px; text-align:center;}
		/**/
		.d10-3 {padding:50px 0;}
		.d10-3 .bg-img {float:none; margin:0 auto 30px; width:90%;}
		.d10-3 .text {float:none; width:80%; margin:auto; padding:0;}
		.d10-3 .text ul {}
		.d10-3 .text ul li {}
		.d10-3 .text ul li h2 {font-size:22px; text-align:center;}
		.d10-3 .text ul li p {font-size:18px; text-align:center;}
		/**/
		.d10-4 {padding:80px 0;}
		.d10-4 h2 {font-size:32px;}
		.d10-4 .text h1 {font-size:24px;}
		.d10-4 .text p {font-size:14px;}
		.d10-4 ul {margin-top:20px;}
		.d10-4 ul li {width:50%;}




	/***** 产品专题页：HD-400 *****/
	.sel-product-detail-11 {}
	    /**/
	    .d11-1 {background:#000000;}
	    .d11-1 .main {padding:100px 0; flex-direction:column;}
	    .d11-1 .text {margin-bottom:40px; width:100%; padding:0; text-align:center;}
	    .d11-1 .text h1 {font-size:40px;}
	    .d11-1 .text h2 {font-size:28px;}
	    .d11-1 .text p {font-size:18px;}
	    .d11-1 .img {margin-left:15%; width:100%;}
	    .d11-1 .img img {display:block; width:100%;}
	    /**/
	    .d11-2 {padding:100px 0;}
	    .d11-2 .text {width:90%;}
	    .d11-2 .text h2 {font-size:28px; text-align:left;}
	    .d11-2 .text p {font-size:16px;}
	    /**/
	    .d11-3 {padding:80px 0;}
		.d11-3 .shead {width:90%; margin:0 auto 30px;}
		.d11-3 .shead .ti {display:block; margin-bottom:20px;}
		.d11-3 .shead .ti img {width:100px; margin:0 auto 20px 0; border-radius:6px;}
		.d11-3 .shead .ti .si {padding:0;}
		.d11-3 .shead .ti .si h2 {font-size:32px;}
		.d11-3 .shead .ti .si p {font-size:14px;}
		.d11-3 .shead .intro {font-size:16px;}
		.d11-3 .img {width:90%; margin:auto;}
		.d11-3 .img img:nth-child(1) {margin-bottom:30px;}
	    /**/
	    .d11-4 {padding:80px 0;}
	    .d11-4 .wr {}
	    .d11-4 .text {width:90%; margin:0 auto 20px;}
	    .d11-4 .text h2 {font-size:32px;}
	    .d11-4 .text p {font-size:14px;}
	    .d11-4 .wr img {display:block; width:100%; margin:auto;}
	    .d11-4 ul {width:100%; margin:20px auto 0;}
	    .d11-4 ul li {padding:0;}
	    .d11-4 ul li span {}
	    .d11-4 ul li span img {height:30px;}
	    .d11-4 ul li h4 {font-size:16px;}
	    .d11-4 ul li p {font-size:14px;}
	    /**/
	    .d11-5 {padding:80px 0;}
	    .d11-5 .text { width:90%; margin:auto;}
	    .d11-5 .text h2 { font-size:28px; margin-bottom:20px;}
	    .d11-5 .text h3 {font-size:16px; font-weight:normal; line-height:1.8;}
	    .d11-5 ul {margin-top:20px;}
	    .d11-5 ul li {margin-top:40px;}
	    .d11-5 ul li h4 { font-size:18px;}
	    .d11-5 ul li p {}
	    /**/
	    .d11-6 {padding:60px 0;}
	    .d11-6 ul {}
	    .d11-6 ul li {}
	    .d11-6 ul li h4 {font-size:28px;}
	    .d11-6 ul li p {font-size:14px; margin-top:20px;}
	    .d11-6 ul li img {width:100%; transform:scale(1.05);}
	    .d11-6 ul li .name {width:100%; padding:10px 18px 0;}
	    .d11-6 ul li h5 {font-size:18px;}
	    /**/
	    .d11-7 {}
	    .d11-7 .lb {}
	    .d11-7 .lb img {width:90%; margin:auto; padding:30px 0;}
	    .d11-7 ul {width:90%; margin:40px auto;}
	    .d11-7 ul li {float:left; width:50%; margin:20px 0;}
	    .d11-7 ul li img {height:30px;}
	    .d11-7 ul li p {margin-top:20px; font-size:14px;}




	/***** 产品专题页：S60 *****/
	.sel-product-detail-12 {}
		/**/
		.d12-1 {}
		.d12-1 .main {padding:80px 0; flex-direction:column;}
		.d12-1 .text {text-align:center; width:100%;}
		.d12-1 .text h1 {font-size:44px;}
		.d12-1 .text h2 {font-size:22px;}
		.d12-1 .text h3 {font-size:44px; margin-top:20px;}
		.d12-1 .text p {font-size:16px;}
		.d12-1 .img {width:100%; margin-top:20px;}
		/**/
		.d12-2 {padding:100px 0 20px;}
		.d12-2 .text {}
		.d12-2 .text ul {}
		.d12-2 .text ul li {width:100%; margin:0 0 80px;}
		.d12-2 .text ul li h4 {font-size:32px;}
		/**/
		.d12-3 {padding:80px 0;}
		.d12-3::after {background:rgba(255,255,255,0.9);}
		.d12-3 .text {width:90%; margin:auto;}
		.d12-3 .text h2 {font-size:64px;}
		.d12-3 .text h2 em {font-size:44px; left:115px;}
		.d12-3 .text h2 span {font-size:22px; left:100px;}
		.d12-3 .text h3 {font-size:22px;}
		.d12-3 .text ul {margin:30px 0 40px;}
		.d12-3 .text ul li {}
		.d12-3 .text ul li h4 {font-size:16px; margin-right:10px; padding-top:18px;}
		.d12-3 .text ul li .speedLine {font-size:44px;}
		.d12-3 .text ul li .speedLine .sFill {margin-right:10px; width:50px; height:18px;}
		.d12-3 .text ul li .speedLine .s2 {width:125px;}
		.d12-3 .text ul li .speedLine .s3 {width:18.75px;}
		.d12-3 .text ul li .speedLine em {font-size:32px;}
		.d12-3 .text ul li .speedLine span {padding-left:5px; font-size:16px;}
		.d12-3 .text .desc {font-size:16px; width:100%;}
		/**/
		.d12-4 {padding:80px 0;}
		.d12-4 .text {}
		.d12-4 .text h2 {font-size:32px; margin-bottom:30px; padding:0 17%;}
		.d12-4 .text p {font-size:18px;}
		.d12-4 .text ul {margin:60px 0 0 0;}
		.d12-4 .text ul li {}
		.d12-4 .text ul li:nth-child(2), .d12-4 .text ul li:nth-child(4), .d12-4 .text ul li:nth-child(6) {padding-top:7px;}
		.d12-4 .text ul li img {}
		.d12-4 .text ul li h4 {font-size:14px;}
		/**/
		.d12-5 {padding:80px 0 40px;}
		.d12-5 .text {}
		.d12-5 .text ul {}
		.d12-5 .text ul li {float:none; width:100%; margin-bottom:40px;}
		.d12-5 .text ul li img {margin:0 auto 20px;}
		.d12-5 .text ul li h4 {font-size:14px;}
		/**/
		.d12-6 {padding:120px 0;}
		.d12-6 .text {}
		.d12-6 .text h2 {font-size:32px; margin-bottom:40px;}
		.d12-6 .text ul {width:100%;}
		.d12-6 .text ul li {}
		.d12-6 .text ul li h4 {font-size:28px;}
		.d12-6 .text ul li p {font-size:16px;}
		/**/
		.d12-7 {padding:80px 0;}
		.d12-7 .text {}
		.d12-7 .text h2 {font-size:32px; margin-bottom:30px; padding:0 10%;}
		.d12-7 .text p {font-size:18px;}
		/**/
		.d12-8 {padding:120px 0;}
		.d12-8 .text {}
		.d12-8 .text h2 {font-size:32px; padding:0;}
		/**/
		.d12-9 {padding:80px 0 0; background:none;}
		.d12-9 .text {width:100%; float:none; text-align:center;}
		.d12-9 .text h2 {font-size:32px; margin-bottom:30px; padding:0 20%;}
		.d12-9 .text p {font-size:18px;}
		.d12-9 .text ul {padding:30px 20px 80px; background:#ffffff;}
		.d12-9 .text ul li { text-align:center;}
		.d12-9 .text ul li img { float:none; width:30px; margin:auto;}
		.d12-9 .text ul li h4 {font-size:16px;}
		/**/
		.d12-10 {padding:100px 0;}
		.d12-10 .text {text-align:center;}
		.d12-10 .text h2 {font-size:32px; margin-bottom:30px;}
		.d12-10 .text p {font-size:18px; padding:0 10%;}
		/**/
		.d12-11 {padding:80px 0;}
		.d12-11 h2 {font-size:32px;}




	/***** 产品专题页：HD-550 *****/
	.sel-product-detail-13 {}
		/**/
		.d13-1 {background-image:url("../images/p13/001-bg-mobile.jpg"); background-position:top center;}
		.d13-1 .main {padding:150px 0 80px;}
		.d13-1 .text {}
		.d13-1 .text h1 {font-size:44px;}
		.d13-1 p {font-size:22px;}
		.d13-1 p span {font-size:28px;}
		.d13-1 .img { width:100%; margin:20px 0 0;}
		.d13-1 .img img {border:1px solid #aaaaaa; border-radius:4px;}
		.d13-1 .img ul {margin:0 -5px;}
		.d13-1 .img ul li {margin-bottom:10px; padding:0 5px;}
		/**/
		.d13-2 { position:static; padding:80px 0 60px;}
		.d13-2 .row {position:static;}
		.d13-2 h2 {font-size:28px; text-align:center; margin-bottom:20px;}
		.d13-2 .img {float:none; width:100%;}
		.d13-2 .text {width:100%; text-align:center; margin-top:60px; padding-left:0; color:#ffffff; position:static; -moz-transform:none; -ms-transform:none; -webkit-transform:none; transform:none;}
		.d13-2 .text h2 {font-size:22px; margin-bottom:10px;}
		.d13-2 .text p {font-size:14px;}
		/*第三屏、第四屏公共*/
		.con34 {padding:80px 0;}
		.con34 .text .shl { display:block; width:80px; margin:0 auto 20px;}
		.con34 .text .shr { text-align:center; padding-left:0;}
		.con34 .text .shr h2 {font-size:28px; line-height:1;}
		.con34 .text .shr p {font-size:14px;}
		.con34 .text p.desc { margin-top:30px; padding:0 2%; font-size:18px;}
		.con34 .img {margin:30px auto 0;}
		.con34 .img img {margin:auto;}
		.con34 .img .t {margin-bottom:20px;}
		.con34 .img .t ul {padding:0;}
		.con34 .img .t ul li {}
		.con34 .img .t ul li span {font-size:12px;}
		.con34 .img .t ul li img { border-radius:5px;}
		.con34 .img .t ul li:nth-child(2) , .con34 .img .t ul li:nth-child(4) {width:15%; padding:3% 0 0;}
		.con34 .img .t ul li:nth-child(2) img , .con34 .img .t ul li:nth-child(4) img {border:none; border-radius:0;}
		.con34 .img .tf ul li { width:42.5%;}
		.con34 .img .tf ul li span {}
		.con34 .img .tf ul li img {border:none; border-radius:0; margin-bottom:20px;}
		.con34 .img .tf ul li:nth-child(2) {padding:12% 2% 0;}
		/**/
		.con34 .img .b {}
		.con34 .img .b ul {padding:0;}
		.con34 .img .b ul li {float:left; width:33.333333%;}
		.con34 .img .b ul li img {margin-bottom:0;}
		.con34 .img .b ul li span {font-size:12px;}
		.con34 .img .b ul li img:nth-child(1) {width:60%; margin:0 auto;}
		.con34 .img .b ul li img:nth-child(4) {margin-top:10px;}
		/**/
		.d13-4 { background:#f2f2f2}
		/**/
		.d13-5 {padding:80px 0 60px;}
		.d13-5 .row {display:block;}
		.d13-5 .img {float:none; width:50%; margin:auto;}
		.d13-5 .text { float:none; width:100%; margin:auto; padding-left:0; text-align:center;}
		.d13-5 .text h2 {font-size:22px; margin-bottom:20px;}
		.d13-5 .text .desc {font-size:18px; margin-bottom:40px;}
		.d13-5 .text img {width:80%; margin:auto;}
		.d13-5 .text ul {}
		.d13-5 .text ul li {padding:50px 0 0 0;}
		.d13-5 .text ul li h3 { font-size:22px; margin-bottom:10px;}
		.d13-5 .text ul li p {font-size:14px;}
		.d13-5 .text ul li span {font-size:14px;}
		.d13-5 .text ul li h4 {font-size:18px;}
		/**/
		.d13-6 {padding:0 0 80px;}
		.d13-6 .row {position:static;}
		.d13-6 .img {float:none; width:80%; margin:0 auto 40px; padding-right:7%;}
		.d13-6 .img img {}
		.d13-6 .text { width:80%; margin:auto; padding-left:0; text-align:center; color:#ffffff; position:static; -moz-transform:none; -ms-transform:none; -webkit-transform:none; transform:none;}
		.d13-6 .text h2 {font-size:28px; margin-bottom:20px;}
		.d13-6 .text .desc {font-size:18px;}
		/**/
		.d13-7 {padding:80px 0;}
		.d13-7 .text {width:80%; margin:auto;}
		.d13-7 .text ul {}
		.d13-7 .text ul li {display:block; margin:0 0 40px 0; overflow:hidden;}
		.d13-7 .text ul li img { float:none; width:100%; margin-bottom:20px; display:block; border-radius:10px;}
		.d13-7 .text ul li .fr {float:none; width:100%; padding:0;}
		.d13-7 .text ul li .fr h4 {font-size:22px; margin-bottom:10px;}
		.d13-7 .text ul li .fr p {font-size:14px;}
		.d13-7 .text ul li .fr ul {justify-content:space-between; margin:20px -20px;}
		.d13-7 .text ul li .fr ul li {margin:0; padding:0 20px; text-align:center;}
		.d13-7 .text ul li .fr ul li img { float:none; display:inline; width:20px; margin-bottom:4px; border:1px solid #333333; border-radius:100%;}
		.d13-7 .text ul li .fr ul li p {font-size:12px; line-height:1.4;}




	/***** 产品专题页：高清探头 *****/
	.sel-product-detail-14 {}
		/**/
		.d14-1 {}
		.d14-1 .main {padding:150px 0;}
		.d14-1 .text {padding:0 15%;}
		.d14-1 .text h1 {font-size:44px;}
		.d14-1 .text h2 {font-size:22px;}
		/**/
		.d14-2 {padding:80px 0;}
		.d14-2 .text {padding:0 15%;}
		.d14-2 .text h2 {font-size:32px;}
		.d14-2 .text ul {margin-top:40px;}
		.d14-2 .text ul li {float:none; width:100%; margin-bottom:40px;}
		.d14-2 .text ul li img {}
		.d14-2 .text ul li h4 {font-size:18px;}
		/**/
		.d14-3 {padding:0 0 80px 0;}
		.d14-3 .text {}
		.d14-3 .text ul {margin-bottom:0; padding:0;}
		.d14-3 .text ul li {float:none; width:100%; margin-bottom:40px;}
		.d14-3 .text ul li h3 {font-size:22px; margin-bottom:30px;}
		.d14-3 .text ul li img {border-radius:10px;}
		.d14-3 .text .intro {font-size:18px; padding:0 10%;}
		/* 公共部分 */
		.con {}
		.con .text {}
		.con .text h2 {font-size:32px; margin-bottom:40px;}
		.con .text ul { margin-top:0;}
		.con .text ul li { float:none; width:100%; margin-bottom:40px; padding:0 5%;}
		.con .text ul li h3 {font-size:18px; margin-bottom:10px;}
		.con .text ul li .t {font-size:14px;}
		.con .text ul li img { margin:20px auto 20px; border-radius:10px;}
		.con .text ul li .b {font-size:16px; padding:0 12%;}
		/**/
		.d14-4 {padding:80px 0 40px;}
		/**/
		.d14-5 {padding:80px 0 40px;}




	/***** 产品专题页：HD-350 *****/
	.sel-product-detail-15 {}
		/**/
		.d15-1 {}
		.d15-1 .main {padding:100px 0 80px;}
		.d15-1 .text {}
		.d15-1 .text h1 {font-size:64px;}
		.d15-1 .text p {font-size:16px; margin:2px 0 20px 0;}
		.d15-1 .text h2 {font-size:24px;}
		.d15-1 .img {width:100%;}
		/**/
		.d15-2 {padding:0 0 80px;}
		.d15-2 h2 {font-size:32px; margin-bottom:20px;}
		.d15-2 .img {float:none; width:100%; padding:0 10% 0 20%;}
		.d15-2 .text {float:none; width:100%;}
		.d15-2 .text p {font-size:18px; margin-top:30px; padding:0 5%; text-align:center;}
		.d15-2 .text ul {margin-top:40px; padding:0 5% 0 20%;}
		.d15-2 .text ul li {margin-bottom:30px;}
		.d15-2 .text ul li span {width:40px; height:40px;}
		.d15-2 .text ul li p {font-size:16px; margin:5px 0 0 10px; padding:0;}
		/**/
		.d15-3 {padding:0 0 80px;}
		.d15-3 .text {}
		.d15-3 .text h2 {font-size:32px; margin-bottom:30px;}
		.d15-3 .text .intro {font-size:18px; padding:0 10%;}
		.d15-3 .text ul {margin-top:40px; padding:0 5%;}
		.d15-3 .text ul li {margin-bottom:40px;}
		.d15-3 .text ul li .nj .arrow {width:15px; height:15px; margin-left:-7.5px; margin-top:-7.5px;}
		.d15-3 .text ul li p {font-size:18px; margin-bottom:20px;}
		/**/
		.d15-4 {padding:80px 0;}
		.d15-4 .shead {margin-bottom:30px; text-align:center;}
		.d15-4 .shead .ti {display:block; margin-bottom:20px;}
		.d15-4 .shead .ti img {width:100px; margin:0 auto 20px; border-radius:6px;}
		.d15-4 .shead .ti .si {padding:0;}
		.d15-4 .shead .ti .si h2 {font-size:32px;}
		.d15-4 .shead .ti .si p {font-size:14px;}
		.d15-4 .shead .intro {font-size:16px;}
		.d15-4 .img img:nth-child(1) {margin-bottom:30px;}




	/***** 产品专题页：ENL-500 *****/
	.sel-product-detail-16 {}
		/**/
		.d16-1 { }
		.d16-1 .main {padding:150px 0;}
		.d16-1 .text {}
		.d16-1 .text h1 {font-size:44px;}
		.d16-1 .text p {font-size:20px;}
		/**/
		.d16-2 {padding:50px 0;}
		.d16-2 .text {}
		.d16-2 .text ul {}
		.d16-2 .text ul li {float:none; width:100%; padding:10%;}
		.d16-2 .text ul li h2 {font-size:28px; margin-bottom:15px;}
		.d16-2 .text ul li p {font-size:16px;}
		/**/
		.d16-3 {padding:80px 0;}
		.d16-3 .img {margin-bottom:40px;}
		.d16-3 .img ul {padding:0 2.85%;}
		.d16-3 .img ul li {}
		.d16-3 .img img {}
		.d16-3 .text {padding:0 5%;}
		.d16-3 .text ul {}
		.d16-3 .text ul li {font-size:14px;}
		.d16-3 .text ul li .fl {padding:10px 20px 10px 0;}
		.d16-3 .text ul li .fr {padding:10px 0 10px 20px;}




	/***** 产品专题页：P25 *****/
	.sel-product-detail-17 {}
	    /**/
	    .d17-1 {padding:150px 0; background-attachment:scroll;}
	    .d17-1 .text {}
	    .d17-1 h1 { font-size:36px; padding:0 50% 0 0; line-height:1.2;}
	    .d17-1 p { font-size:18px; margin-top:20px; padding:0 50% 0 0; line-height:1.4;}
	    /**/
	    .d17-2 {padding:100px 0 0;}
	    .d17-2 .row {position:static;}
	    .d17-2 .text { float:none; width:100%; margin-bottom:40px; color:#ffffff; position:static; top:50%; left:0; -moz-transform:none; -ms-transform:none; -webkit-transform:none; transform:none;}
	    .d17-2 .text p {font-size:18px; padding:0 10%;}
	    .d17-2 .img {float:none; width:100%; padding:0 4% 0 15%;}
	    .d17-2 .img img {}
	    /**/
	    .d17-3 {padding:100px 0;}
	    .d17-3 .text {}
	    .d17-3 .text ul {}
	    .d17-3 .text ul li { margin-bottom:40px;}
	    .d17-3 .text ul li img {float:none; width:100%; margin-bottom:30px; padding:0 10%;}
	    .d17-3 .text ul li .w {float:none; width:100%; padding:0 10%;}
	    .d17-3 .text ul li .w h4 {margin:0 0 20px; font-size:22px;}
	    .d17-3 .text ul li .w p {font-size:18px;}
	    .d17-3 .text ul li:nth-child(2) {margin:0;}
	    .d17-3 .text ul li:nth-child(2) img {float:none;}
	    .d17-3 .text ul li:nth-child(2) .w {float:none; padding:0 10%;}
	    /**/
	    .d17-4 {padding:100px 0 0;}
	    .d17-4 .row {} 
	    .d17-4 .text {}
	    .d17-4 .text h2 {font-size:28px; padding:0 10%;}
	    .d17-4 .text .intro { margin:auto; padding:10% 10%; font-size:18px; width:100%;}
	    .d17-4 .img ul {overflow:hidden;}
	    .d17-4 .img ul li {float:left; width:50%; padding-right:20px; text-align:center;}
	    .d17-4 .img ul li img {width:100%;}
	    .d17-4 .img ul li h4 { padding:20px 0 0; font-size:14px;}
	    /**/
	    .d17-5 {padding:100px 0 0;}
	    .d17-5 .row {} 
	    .d17-5 .text {}
	    .d17-5 .text h2 {font-size:28px; padding:0 10%;}
	    .d17-5 .text .intro { margin:auto; padding:10% 10%; font-size:18px; width:100%;}
	    .d17-5 .img ul {overflow:hidden;}
	    .d17-5 .img ul li {float:left; width:33.333333%; padding-right:20px; text-align:center;}
	    .d17-5 .img ul li img {width:100%;}
	    .d17-5 .img ul li h4 { padding:20px 0 0; font-size:14px;}
	    /**/
	    .d17-6 {padding:80px 0 0;}
	    .d17-6 .text {}
	    .d17-6 .text .img {}
	    .d17-6 .text .img ul { padding:40px 0 0;}
	    .d17-6 .text .img li {float:none; width:100%; margin-bottom:40px;}
	    .d17-6 .text .img li h2 {font-size:22px;}
	    .d17-6 .text .img li img {width:100%; margin:20px 0;}
	    .d17-6 .text .img li p {font-size:16px;}
	    /**/
	    .d17-7 {position:relative; padding:100px 0 40px; background-attachment:scroll;}
	    .d17-7 .row {position:relative;}
	    .d17-7::before {opacity:0.4;}
	    .d17-7 .text { float:none; width:100%; position:static; -moz-transform:none; -ms-transform:none; -webkit-transform:none; transform:none;}
	    .d17-7 .text h2 {font-size:32px; margin-bottom:40px;}
	    .d17-7 .img {float:none; width:100%; position:static;}
	    .d17-7 .img ul {}
	    .d17-7 .img ul li {width:50%; padding:0 20px 40px 0; text-align:center;}
	    .d17-7 .img ul li img {}
	    .d17-7 .img ul li h4 {font-size:14px; font-weight:normal; padding:20px 0 0 0; color:#fff;}
	    .d17-7 .img ul li:nth-child(4),
	    .d17-7 .img ul li:nth-child(5),
	    .d17-7 .img ul li:nth-child(6) {padding-bottom:40px;}
	    /**/
	    .d17-8 { padding:80px 0;}
	    .d17-8 h2 {font-size:32px;}
	    /**/
	    .sel-product-detail-17 .d17-3 .text ul li {margin:0;}




	/***** 产品专题页：P15 *****/
	.sel-product-detail-18 {}
	    /**/
	    .d18-1 {padding:150px 0; background-attachment:scroll;}
	    .d18-1 .text {}
	    .d18-1 h1 { font-size:36px; padding:0 25%; line-height:1.2;}
	    .d18-1 p { font-size:18px; margin-top:5px;}
	    /**/
	    .d18-2 {padding:100px 0 0;}
	    .d18-2 .row {position:static;}
	    .d18-2 .text { float:none; width:100%; margin-bottom:40px; color:#ffffff; position:static; top:50%; left:0; -moz-transform:none; -ms-transform:none; -webkit-transform:none; transform:none;}
	    .d18-2 .text p {font-size:18px; padding:0 10%;}
	    .d18-2 .img {float:none; width:100%; padding:0 4% 0 15%;}
	    .d18-2 .img img {}
	    /**/
	    .d18-3 {padding:100px 0;}
	    .d18-3 .text {}
	    .d18-3 .text ul {}
	    .d18-3 .text ul li { margin-bottom:40px;}
	    .d18-3 .text ul li img {float:none; width:100%; margin-bottom:30px; padding:0 10%;}
	    .d18-3 .text ul li .w {float:none; width:100%; padding:0 10%;}
	    .d18-3 .text ul li .w h4 {margin:0 0 20px; font-size:22px;}
	    .d18-3 .text ul li .w p {font-size:18px;}
	    .d18-3 .text ul li:nth-child(2) {margin:0;}
	    .d18-3 .text ul li:nth-child(2) img {float:none;}
	    .d18-3 .text ul li:nth-child(2) .w {float:none; padding:0 10%;}
	    /**/
	    .d18-4 {padding:100px 0 0;}
	    .d18-4 .row {} 
	    .d18-4 .text {}
	    .d18-4 .text h2 {font-size:28px; padding:0 10%;}
	    .d18-4 .text .intro { margin:auto; padding:10% 10%; font-size:18px; width:100%;}
	    .d18-4 .img ul {overflow:hidden;}
	    .d18-4 .img ul li {float:left; width:50%; padding-right:20px; text-align:center;}
	    .d18-4 .img ul li img {width:100%;}
	    .d18-4 .img ul li h4 { padding:20px 0 0; font-size:14px;}
	    /**/
	    .d18-5 {padding:100px 0 0;}
	    .d18-5 .row {} 
	    .d18-5 .text {}
	    .d18-5 .text h2 {font-size:28px; padding:0 10%;}
	    .d18-5 .text .intro { margin:auto; padding:10% 10%; font-size:18px; width:100%;}
	    .d18-5 .img ul {overflow:hidden;}
	    .d18-5 .img ul li {float:left; width:33.333333%; padding-right:20px; text-align:center;}
	    .d18-5 .img ul li img {width:100%;}
	    .d18-5 .img ul li h4 { padding:20px 0 0; font-size:14px;}
	    /**/
	    .d18-6 {padding:80px 0 0;}
	    .d18-6 .text {}
	    .d18-6 .text .img {}
	    .d18-6 .text .img ul { padding:40px 0 0;}
	    .d18-6 .text .img li {float:none; width:100%; margin-bottom:40px;}
	    .d18-6 .text .img li h2 {font-size:22px;}
	    .d18-6 .text .img li img {width:100%; margin:20px 0;}
	    .d18-6 .text .img li p {font-size:16px;}
	    /**/
	    .d18-7 {padding:80px 0;}
	    .d18-7 .fl { float:none; width:100%; padding:0 20%;}
	    .d18-7 .fl img {}
	    .d18-7 .fr {float:none; width:100%; text-align:center;}
	    .d18-7 .fr h2 {font-size:28px; margin:40px 0;}
	    .d18-7 .fr ul {margin-top:0;}
	    .d18-7 .fr ul li {float:left; width:33.333333%; padding:0 20px 60px 0; text-align:center;}
	    .d18-7 .fr ul li img {}
	    .d18-7 .fr ul li h4 {font-size:14px; font-weight:normal; padding:20px 0 0 0;}
	    /**/
	    .d18-8 { padding:80px 0;}
	    .d18-8 h2 {font-size:32px;}




	/***** 产品专题页：P20 *****/
	.sel-product-detail-19 {}
	    /**/
	    .d19-1 {padding:150px 0; background-attachment:scroll;}
	    .d19-1 .text {}
	    .d19-1 h1 { font-size:36px; padding:0 25%; line-height:1.2;}
	    .d19-1 p { font-size:18px; margin-top:5px;}
	    /**/
	    .d19-2 {padding:100px 0 0;}
	    .d19-2 .row {position:static;}
	    .d19-2 .text { float:none; width:100%; margin-bottom:40px; color:#ffffff; position:static; top:50%; left:0; -moz-transform:none; -ms-transform:none; -webkit-transform:none; transform:none;}
	    .d19-2 .text p {font-size:18px; padding:0 10%;}
	    .d19-2 .img {float:none; width:100%; padding:0 4% 0 15%;}
	    .d19-2 .img img {}
	    /**/
	    .d19-3 {padding:100px 0;}
	    .d19-3 .text {}
	    .d19-3 .text ul {}
	    .d19-3 .text ul li { margin:0;}
	    .d19-3 .text ul li img {float:none; width:100%; margin-bottom:30px; padding:0 10%;}
	    .d19-3 .text ul li .w {float:none; width:100%; padding:0 10%;}
	    .d19-3 .text ul li .w h4 {margin:0 0 20px; font-size:22px;}
	    .d19-3 .text ul li .w p {font-size:18px;}
	    .d19-3 .text ul li:nth-child(2) {margin:0;}
	    .d19-3 .text ul li:nth-child(2) img {float:none;}
	    .d19-3 .text ul li:nth-child(2) .w {float:none; padding:0 10%;}
	    /**/
	    .d19-4 {padding:100px 0 0;}
	    .d19-4 .row {} 
	    .d19-4 .text {}
	    .d19-4 .text h2 {font-size:28px; padding:0 10%;}
	    .d19-4 .text .intro { margin:auto; padding:10% 10%; font-size:18px; width:100%;}
	    .d19-4 .img ul {overflow:hidden;}
	    .d19-4 .img ul li {float:left; width:50%; padding-right:20px; text-align:center;}
	    .d19-4 .img ul li img {width:100%;}
	    .d19-4 .img ul li h4 { padding:20px 0 0; font-size:14px;}
	    /**/
	    .d19-5 {padding:100px 0 0;}
	    .d19-5 .row {} 
	    .d19-5 .text {}
	    .d19-5 .text h2 {font-size:28px; padding:0 10%;}
	    .d19-5 .text .intro { margin:auto; padding:10% 10%; font-size:18px; width:100%;}
	    .d19-5 .img ul {overflow:hidden;}
	    .d19-5 .img ul li {float:left; width:33.333333%; padding-right:20px; text-align:center;}
	    .d19-5 .img ul li img {width:100%;}
	    .d19-5 .img ul li h4 { padding:20px 0 0; font-size:14px;}
	    /**/
	    .d19-6 {padding:80px 0 0;}
	    .d19-6 .text {}
	    .d19-6 .text h2 {font-size:28px; margin-top:40px;}
	    .d19-6 .text .img {}
	    .d19-6 .text .img ul { padding:40px 0 0;}
	    .d19-6 .text .img li {float:none; width:100%; margin-bottom:40px;}
	    .d19-6 .text .img li h2 {font-size:22px;}
	    .d19-6 .text .img li img {width:100%; margin:20px 0;}
	    .d19-6 .text .img li p {font-size:16px;}
	    /**/
	    .d19-7 {}
	    .d19-7 .img { float:none; width:100%; padding:0 20%;}
	    .d19-7 .img img {}
	    .d19-7 .text {float:none; width:100%; margin-top:60px; padding:0 20px 0 0; text-align:center;}
	    .d19-7 .text h2 {font-size:28px; margin-bottom:40px;}
	    .d19-7 .text ul {}
	    .d19-7 .text ul li {float:left; width:50%; margin-bottom:60px; padding:0 20px 0 20px;}
	    .d19-7 .text ul li h4 {font-size:18px; margin-bottom:5px;}
	    .d19-7 .text ul li p {font-size:14px;}
	    /**/
	    .d19-8 { padding:80px 0;}
	    .d19-8 h2 {font-size:32px;}




	/***** 产品专题页：SC9600CRP *****/
	.sel-product-detail-20 {}
	    /**/
	    .d20-1 { padding:80px 0;}
	    .d20-1 .text {}
	    .d20-1 p {font-size:18px;}
	    .d20-1 h1 {font-size:36px;}
	    .d20-1 .ti img:nth-child(2) {width:90%;}
	    .d20-1 .img {width:100%; margin-top:40px;}
	    /**/
	    .d20-2 {padding:80px 0; background-attachment:scroll;}
	    .d20-2 .text p {font-size:22px; padding:0 20%;}
	    .d20-2 .text ul {margin-top:40px;}
	    .d20-2 .text ul li { width:100%; padding:20px 20%; font-size:28px;}
	    .d20-2 .text ul li .line {width:80%;}
	    .d20-2 .text ul li em {}
	    /**/
	    .d20-4 {padding:80px 0;}
	    .d20-4 .text h2 {font-size:28px;}
	    .d20-4 .text .intro {font-size:16px; margin:30px 0; padding:0 5%;}
	    .d20-4 .text .op {font-size:16px;}
	    .d20-4 .text ul {}
	    .d20-4 .text ul li {flex:0 0 100%;}
	    .d20-4 .text ul li .inner {width:100%; padding:40px;}
	    .d20-4 .text ul li p {height:auto; margin-top:20px;}
	    /**/
	    .d20-5 {}
	    .d20-5 .cell {width:100px; height:100px;}
	    .d20-5 .text .s {font-size:28px;}
	    .d20-5 .text .img {width:100%; margin:40px auto 60px;}
	    .d20-5 .text .img span {font-size:12px;}
	    .d20-5 .text .img span.note-1 {left:5%; top:3%;}
	    .d20-5 .text .img span.note-2 {width:20%; right:-2%; top:15%;}
	    .d20-5 .text .img span.note-3 {width:15%; right:-3%; top:40%;}
	    .d20-5 .text .img span.note-4 {right:-2%; top:93%;}
	    .d20-5 .text .img span.note-5 {left:36%; top:77%;}
	    .d20-5 .text .intro {font-size:16px; padding:0 5%;}
	    /**/
	    .d20-6 {padding:80px 0;}
	    .d20-6 ul li {margin-bottom:60px;}
	    .d20-6 ul li img { float:none; margin:0 auto 30px; width:80%;}
	    .d20-6 ul li .r {float:none; width:80%; margin:auto; padding:0;}
	    .d20-6 ul li .r h2 {font-size:18px; margin-bottom:20px;}
	    .d20-6 ul li .r p {font-size:16px;}




	/***** 产品专题页：SC5280CRP *****/
	.sel-product-detail-21 {}
	    /**/
	    .d21-1 { padding:80px 0; height:auto;}
	    .d21-1 .ti {height:auto;}
	    .d21-1 .ti .text {float:none; width:100%; text-align:center;}
	    .d21-1 .ti .text .inner {position:static; -moz-transform:none; -ms-transform:none; -webkit-transform:none; transform:none;}
	    .d21-1 .ti .text h1 {font-size:36px;}
	    .d21-1 .ti .text p {font-size:18px;}
	    .d21-1 .ti .img { float:none; width:80%; margin:40px auto 0;}
	    .d21-1 .ti .img .inner {position:static; -moz-transform:none; -ms-transform:none; -webkit-transform:none; transform:none;}
	    /**/
	    .d21-2 {padding:0; background-attachment:scroll;}
	    .d21-2 .text {position:static;}
	    .d21-2 .text p {font-size:22px;}
	    .d21-2 .text ul {padding:40px 0;}
	    .d21-2 .text ul li {font-size:28px; width:100%; padding:20px 20%;}
	    .d21-2 .text ul li .line {width:80%;}
	    .d21-2 .text ul li em {}
	    /**/
	    .d21-3 {padding:80px 0;}
	    .d21-3 .cell {width:100px; height:100px;}
	    .d21-3 .cell-1 {display:none;}
	    .d21-3 .cell-4 {display:none;}
	    .d21-3 .text .s {font-size:28px;}
	    .d21-3 .text .img {width:100%; margin:40px auto 60px;}
	    .d21-3 .text .img span {font-size:12px;}
	    .d21-3 .text .img span.note-1 {left:5%; top:3%;}
	    .d21-3 .text .img span.note-2 {left:36%; top:77%;}
	    .d21-3 .text .img span.note-3 {right:-3%; top:16%;}
	    .d21-3 .text .img span.note-4 {right:16%; top:88%;}
	    .d21-3 .text .intro {font-size:18px; padding:0 5%;}
	    .d21-3 .text .intro {font-size:16px; padding:0 5%;}
	    /**/
	    .d21-4 {padding:0;}
	    .d21-4 .text h2 {font-size:28px;}
	    .d21-4 .text .intro {font-size:16px; margin:30px 0; padding:0 5%;}
	    .d21-4 .text .op {}
	    .d21-4 .text ul {}
	    .d21-4 .text ul li {flex:0 0 100%; margin-bottom:40px; padding:0 20%;}
	    .d21-4 .text ul li .inner {width:100%; padding:40px;}
	    .d21-4 .text ul li p {height:auto; margin-top:20px; font-size:14px;}
	    /**/
	    .d21-5 {padding:80px 0;}
	    .d21-5 .title {margin-bottom:80px;}
	    .d21-5 .title h2 {font-size:28px;}
	    .d21-5 ul {}
	    .d21-5 ul li {}
	    .d21-5 ul li img {float:none; width:80%; margin:0 auto 30px;}
	    .d21-5 ul li .r {float:none; width:80%; margin:auto; padding:0;}
	    .d21-5 ul li .r h2 {font-size:18px;}
	    .d21-5 ul li .r p {font-size:16px;}




	/***** 产品专题页：EB-500 *****/
	.sel-product-detail-23 {overflow:hidden;}
	.sel-product-detail-23 h2 {font-size:28px; margin-bottom:10px;}
	.sel-product-detail-23 p {font-size:18px;}
		/**/
		.d23-1 {}
		.d23-1 .main {padding:100px 0 200px;}
		.d23-1 .text {}
		.d23-1 .text h1 {font-size:44px;}
		.d23-1 .text p {font-size:22px;}
		/**/
		.d23-2 {padding:80px 0;}
		.d23-2 .text h2 {}
		.d23-2 .text p {font-size:18px;}
		.d23-2 .img {margin-top:30px; width:50%;}
		.d23-2 .img ul {display:block; margin:0;}
		.d23-2 .img ul li {padding:0 0 30px; width:100%;}
		.d23-2 .img ul li:last-child {margin-bottom:0;}
		/**/
		.d23-3 .text p {font-size:18px;}
		.d23-3 .img {margin-top:40px;}
		.d23-3 .img ul {display:block; width:50%;}
		.d23-3 .img ul li {width:100%; padding:0 0 30px;}
		/**/
		.d23-4 {padding:80px 0;}
		.d23-4 .text {display:block;}
		.d23-4 .text img {width:30%; margin:auto;}
		.d23-4 .text .r {margin:20px auto 0; text-align:center;}
		.sel-product-detail-23 h2 {margin:0;}
		.sel-product-detail-23 p {font-size:14px;}
		.d23-4 .img {margin-top:20px;}
		.d23-4 .img p {font-size:18px;}
		.d23-4 .img ul {display:block;}
		.d23-4 .img ul li {width:60%; margin:0 auto 30px; padding:0;}
		.d23-4 .img ul li:last-child {margin-bottom:0;}
		/**/
		.d23-5 {}
		.d23-5 .img ul li {}
		.d23-5 .img ul li .row {display:block;}
		.d23-5 .img ul li .row img {width:60%; margin:auto;}
		.d23-5 .img ul li .text {padding:40px 0;}
		.d23-5 .img ul li h2 {font-size:32px;}
		.d23-5 .img ul li h2 span {font-size:22px;}
		.d23-5 .img ul li p {font-size:18px;}
		.d23-5 .img ul li:nth-child(2) {background-position:left top; background-size:60% auto;}




	/***** 产品专题页：P60 *****/
	.sel-product-detail-24 {}
	.sel-product-detail-24 .note {padding:0 0 60px 0;}
	.sel-product-detail-24 .note p {font-size:12px;}
		/**/
		.d24-1 {}
		.d24-1 .main {padding:100px 0 50px;}
		.d24-1 .text h2 {font-size:32px;}
		.d24-1 .text h1 {font-size:44px; margin:20px 0 80px;}
		.d24-1 .text p {padding:0; font-size:16px; line-height:1.6;}
		/**/
		.d24-2 {padding:100px 0;}
		.d24-2 .text {width:100%;}
		.d24-2 .text h2 {font-size:72px;}
		.d24-2 .text h2 em {font-size:44px;}
		.d24-2 .text h3 {font-size:22px; padding:0;}
		.d24-2 ul {margin:60px 0 0; padding:0 5%;}
		.d24-2 ul li h5 {font-size:28px;}
		.d24-2 ul li p {font-size:14px;}
		/**/
		.d24-3 {padding:100px 0; background-attachment:scroll;}
		.d24-3 .text {width:100%;}
		.d24-3 .text h2 {font-size:28px;}
		.d24-3 .text h2 em {font-size:18px;}
		.d24-3 .text h3 {font-size:18px;}
		.d24-3 p {font-size:16px;}
		/**/
		.d24-4 {}
		.d24-4 .im {height:289px; margin-top:64px;}
		.d24-4 .img {margin:auto; width:200px; height:289px;}
		.d24-4 .img .cover {width:133.5px; height:75px;}
		.d24-4 .m-info .con .inner {width:250px; padding:10px; font-size:14px;}
		.d24-4 .m-info .con .inner p {font-size:12px;}
		.d24-4 .m-info .con .line {left:250px;}
		.d24-4 .m-info .mi-1 {top:0;}
		.d24-4 .m-info .mi-2 {top:45.55%;}
		.d24-4 .text {padding:0;}
		.d24-4 .text h2 {font-size:32px;}
		.d24-4 .text h2 em {font-size:18px;}
		.d24-4 .text p {font-size:16px;}
		/**/
		.d24-5 .m-info .mi-1 {top:30%;}
		.d24-5 .m-info .mi-1 .line {top:28%;}
		.d24-5 .m-info .mi-2 {top:40.15%;}
		.d24-5 .m-info .mi-2 .line {top:50%;}
		/**/
		.con678 .inner {padding:100px 0; background-attachment:scroll;}
		.con678 .text h2 {font-size:32px;}
		.con678 .text h3 {padding:0; font-size:18px;}
		.con678 p {font-size:16px; padding:0;}
		.con678 .list {padding:50px 0 30px;}
		.con678 .list ul {flex-wrap:wrap;}
		.con678 .list ul li {width:50%; margin-bottom:20px;}
		.con678 .list ul li img {margin:0 auto 10px;}
		.con678 .list ul li p {font-size:12px; line-height:1.4;}
		/**/
		.d24-9 {padding:100px 0 0; background-attachment:scroll;}
		.d24-9 .text {padding:0;}
		.d24-9 .text h2 {font-size:32px;}
		.d24-9 .text h3 {font-size:18px;}
		.d24-9 .text p {font-size:16px; padding:0;}
		/**/
		.d24-10 {padding:100px 0; background-attachment:scroll;}
		.d24-10 .text {padding:0;}
		.d24-10 .text h2 {font-size:32px;}
		.d24-10 .text h3 {font-size:18px;}
		.d24-10 .text p {font-size:16px;}
		/**/
		.d24-11 {padding:100px 0;}
		.d24-11 .text {padding:0;}
		.d24-11 .text h2 {font-size:32px; margin-bottom:20px;}
		/**/
		.d24-12 h2 {font-size:32px;}
		.d24-12 .note {padding:60px 0;}




	/***** 产品专题页：ProPet 60 *****/
	.sel-product-detail-25 {}
		/**/
		.d25-1 {}
		.d25-1 .main {padding:100px 0 80px;}
		.d25-1 h2 {font-size:22px;}
		.d25-1 h1 {font-size:32px; margin:20px 0 10px;}
		.d25-1 h3 {font-size:16px;}
		.d25-1 .img {width:50%;}
		.d25-1 p {font-size:16px; width:100%; max-width:none;}
		/**/
		.d25-2 {}
		.d25-2 .t {padding:60px 0 0;}
		.d25-2 .t .box {flex-direction:column-reverse;}
		.d25-2 .t img {width:80%; margin:auto;}
		.d25-2 .t .text {width:100%; margin:0 0 40px 0;}
		.d25-2 .t .text p {font-size:16px;}
		.d25-2 .b {padding:60px 0; background-attachment:scroll;}
		.d25-2 .b .text {width:100%;}
		.d25-2 .b .text h3 {font-size:22px; margin-bottom:10px;}
		.d25-2 .b .text p {font-size:16px;}
		/**/
		.d25-3 ul li {padding:60px 0;}
		.d25-3 ul li .text {width:100%;}
		.d25-3 ul li .text h2 {font-size:18px; margin-bottom:10px;}
		.d25-3 ul li .text p {font-size:16px;}
		.d25-3 ul li .img {width:100%; margin-top:20px;}
		.d25-3 ul li:nth-child(2) .cell .text {width:100%;}
		.d25-3 .sc-wrap {width:100%; margin-top:20px; padding:0;}
		.d25-3 .sc-wrap .swiper-container {padding:0!important;}
		.d25-3 ul li:last-child {padding:100px 0;}
		.d25-3 ul li:last-child .cell .text {width:100%;}
		.d25-3 ul li:last-child .machine {opacity:0.2;}
		/**/
		.d25-4 .topic {margin:0!important; padding:60px 0;}
		.d25-4 .topic .text {max-width:none; padding:0 20px;}
		.d25-4 .topic h2 {font-size:22px; margin-bottom:10px;}
		.d25-4 .topic p {font-size:16px;}
		.d25-4 .swiper-container .text h3 {font-size:18px;}
		.d25-4 .swiper-container .text p {font-size:16px;}
		/**/
		.d25-5 .topic {margin:0; padding:60px 0;}
		.d25-5 .topic .text {max-width:none; padding:0 20px;}
		.d25-5 .topic h2 {font-size:22px; margin-bottom:10px;}
		.d25-5 .topic p {font-size:16px;}
		.d25-5 .list ul li {width:100%;}
		.d25-5 .list ul li h3 {font-size:18px;}
		.d25-5 .list ul li p {font-size:16px;}
		/**/
		.d25-6 {padding:60px 0;}
		.d25-6 .topic {margin:0!important;}
		.d25-6 .topic .text {max-width:none; padding:0 20px;}
		.d25-6 .topic h2 {font-size:22px; margin-bottom:10px;}
		.d25-6 .topic p {font-size:16px;}
		.d25-6 .list ul li {margin-bottom:20px;}
		.d25-6 .list ul li .cell {padding:20px;}
		.d25-6 .list ul li .text {width:100%;}
		.d25-6 .list ul li .text h3 {font-size:18px;}
		.d25-6 .list ul li .text p {font-size:16px;}
		.d25-6 .list ul li .img {width:100%;}
		/**/
		.d25-7 {padding:60px 0;}
		.d25-7 .topic {margin:0!important;}
		.d25-7 h2 {font-size:22px;}




	/***** 产品专题页：EB-5H20 *****/
	.sel-product-detail-26 {}
		/**/
		.d26-1 {}
		.d26-1 .main {padding:100px 0 150px;}
		.d26-1 .text h1 {font-size:44px;}
		.d26-1 .text p {font-size:22px;}
		/**/
		.d26-2 {padding:80px 0;}
		.d26-2 ul {margin:0 -20px;}
		.d26-2 ul li {width:100%; margin-bottom:30px; padding:0 20px;}
		.d26-2 ul li:last-child {margin:0;}
		.d26-2 ul li h3 {font-size:22px; margin-bottom:10px;}
		.d26-2 ul li p {font-size:14px;}
		/**/
		.d26-3 {padding:80px 0;}
		.d26-3 .img ul li {width:100%; margin-bottom:30px;}
		.d26-3 .img ul li:last-child {margin:0;}
		.d26-3 .img ul li img {width:150px; margin-bottom:10px;}
		.d26-3 .img ul li p {font-size:14px;}
		.d26-3 .parameter {margin-top:40px;}
		.d26-3 .parameter h3 {font-size:22px; margin-bottom:20px;}
		.d26-3 .parameter ul li .cell {padding:14px;}
		.d26-3 .parameter ul li span {font-size:12px;}




	/***** 产品专题页：EB-5T28 *****/
	.sel-product-detail-27 {}
		/**/
		.d27-1 {}
		.d27-1 .main {padding:100px 0 150px;}
		.d27-1 .text h1 {font-size:44px;}
		.d27-1 .text p {font-size:22px;}
		/**/
		.d27-2 {padding:80px 0;}
		.d27-2 ul {margin:0 -20px;}
		.d27-2 ul li {width:100%; margin-bottom:30px; padding:0 20px;}
		.d27-2 ul li:last-child {margin:0;}
		.d27-2 ul li h3 {font-size:22px; margin-bottom:10px;}
		.d27-2 ul li p {font-size:14px;}
		/**/
		.d27-3 {padding:80px 0;}
		.d27-3 .img ul li {width:100%; margin-bottom:30px;}
		.d27-3 .img ul li:last-child {margin:0;}
		.d27-3 .img ul li img {width:150px; margin-bottom:10px;}
		.d27-3 .img ul li p {font-size:14px;}
		.d27-3 .parameter {margin-top:40px;}
		.d27-3 .parameter h3 {font-size:22px; margin-bottom:20px;}
		.d27-3 .parameter ul li .cell {padding:14px;}
		.d27-3 .parameter ul li span {font-size:12px;}




	/***** 产品专题页：EG-UC5T *****/
	.sel-product-detail-28 {}
		/**/
		.d28-1 {}
		.d28-1 .main {padding:80px 0;}
		.d28-1 .text .inner {transform:translateY(50px);}
		.d28-1 .text h1 {font-size:44px;}
		.d28-1 .text p {font-size:22px;}
		.d28-1 .img {width:100%;}
		.d28-1 .img img {transform:translateX(0) translateY(-50px);}
		/**/
		.d28-2 {padding:80px 0;}
		.d28-2 ul li p {font-size:18px;}
		/**/
		.d28-3 {padding:80px 0;}
		.d28-3 .shead {margin-bottom:40px;}
		.d28-3 .shead h2 {font-size:22px; margin-bottom:20px;}
		.d28-3 .shead p {font-size:14px;}
		.d28-3 .img ul {margin:0 -20px;}
		.d28-3 .img ul li {width:100%; margin-bottom:40px; padding:0 20px;}
		.d28-3 .img ul li:last-child {margin:0;}
		.d28-3 .img ul li img {width:200px; margin:auto;}
		/**/
		.d28-4 {padding:80px 0;}
		.d28-4 .shead {margin-bottom:40px;}
		.d28-4 .shead h2 {font-size:22px;}
		.d28-4 .img ul li {width:50%; margin-bottom:30px}
		.d28-4 .img ul li:nth-child(3),
		.d28-4 .img ul li:nth-child(4) {margin:0;}
		.d28-4 .img ul li img {width:100px;}
		.d28-4 .img ul li p {font-size:12px; line-height:1;}
		.d28-4 .img ul li p span {font-size:18px;}
		/**/
		.d28-5 {padding:100px 0;}
		.d28-5 .text ul {width:100%;}
		.d28-5 .text ul li {margin-bottom:40px;}
		.d28-5 .text ul li h3 {font-size:22px;}
		.d28-5 .text ul li p {font-size:14px;}
		.d28-5 .img {width:400px; opacity:0.4;}




	/***** 产品专题页：EG-UR5 *****/
	.sel-product-detail-29 {}
		/**/
		.d29-1 {}
		.d29-1 .main {padding:80px 0;}
		.d29-1 .text .inner {transform:translateY(50px);}
		.d29-1 .text h1 {font-size:44px;}
		.d29-1 .text p {font-size:22px;}
		.d29-1 .img {width:100%;}
		.d29-1 .img img {transform:translateY(80px);}
		/**/
		.d29-2 {padding:80px 0;}
		.d29-2 ul {margin:-20px;}
		.d29-2 ul li {width:100%; padding:20px;}
		.d29-2 ul li .cell {align-items:flex-start;}
		.d29-2 ul li .cell img {width:100px;}
		.d29-2 ul li .cell .name {width:calc(100% - 100px); padding-left:20px;}
		.d29-2 ul li h3 {font-size:16px; margin-bottom:10px;}
		.d29-2 ul li p {font-size:14px;}
		/**/
		.d29-3 {padding:80px 0;}
		.d29-3 .shead {margin-bottom:20px;}
		.d29-3 .shead h2 {font-size:22px; margin-bottom:20px;}
		.d29-3 .shead p {font-size:14px;}
		.d29-3 .img ul {margin:0 -20px;}
		.d29-3 .img ul li {width:100%; margin-bottom:20px; padding:0 20px;}
		.d29-3 .img ul li:last-child {margin:0;}
		.d29-3 .img ul li .cell {box-shadow:0px 0px 20px rgba(0,0,0,0.05);}
		.d29-3 .img ul li img {}
		.d29-3 .img ul li .name {padding:20px 0 0 0;}
		.d29-3 .img ul li .name h3 {font-size:18px; margin-bottom:10px;}
		.d29-3 .img ul li .name p {font-size:14px;}
		/**/
		.d29-4 {padding:80px 0;}
		.d29-4 .img ul li {width:100%; margin-bottom:30px}
		.d29-4 .img ul li:last-child {margin:0;}
		.d29-4 .img ul li img {}
		.d29-4 .img ul li p {font-size:12px; line-height:1;}
		.d29-4 .img ul li p span {font-size:18px;}
		/**/
		.d29-5 {}
		.d29-5 .text ul {width:100%;}
		.d29-5 .text ul li {margin-bottom:40px;}
		.d29-5 .text ul li .name {width:100%; padding:60px 0;}
		.d29-5 .text ul li p {font-size:16px;}	




	/***** 产品专题页：V-reader®V10 *****/
	.sel-product-detail-30 {}
		/**/
		.d30-1 {}
		.d30-1 .main {padding:150px 0;}
		.d30-1 .text {}
		.d30-1 .text h1 {font-size:32px;}
		.d30-1 .text h1 sup {font-size:14px;}
		.d30-1 .text h2 {font-size:18px; margin-bottom:30px;}
		.d30-1 .text p {font-size:16px; letter-spacing:3px;}
		/**/
		.d30-2 {padding:80px 0; background-attachment:scroll;}
		.d30-2 .text p {font-size:16px; text-align:justify;}
		/**/
		.d30-3 {padding:80px 0;}
		.d30-3 .text {}
		.d30-3 .text p {font-size:16px; text-align:justify;}
		.d30-3 ul {flex-direction:column; margin-top:0;}
		.d30-3 ul li {width:100%; padding:20px;}
		.d30-3 ul li img {width:80px;}
		.d30-3 ul li h3 {font-size:18px; margin:0 0 5px;}
		.d30-3 ul li p {font-size:12px;}
		/**/
		.d30-4 {padding:150px 0; background-attachment:scroll;}
		.d30-4 .text h2 {font-size:22px; margin-bottom:10px;}
		.d30-4 .text p {font-size:14px; width:100%;}
		/**/
		.d30-5 {padding:50px 0;}
		.d30-5 p {font-size:16px;}
		.d30-5 .lr {flex-direction:column;}
		.d30-5 .l {width:100%;}
		.d30-5 .l .pm {}
		.d30-5 .l span {font-size:12px;}
		.d30-5 .l span:nth-child(2) {font-size:12px;}
		.d30-5 .l span:nth-child(3) {}
		.d30-5 .l span:nth-child(4) {}
		.d30-5 .l span:nth-child(5) {}
		.d30-5 .l span:nth-child(6) {}
		.d30-5 .l span:nth-child(7) {}
		.d30-5 .l span:nth-child(8) {}
		.d30-5 .l span:nth-child(9) {}
		.d30-5 .l span:nth-child(10) {}
		.d30-5 .l span:nth-child(11) {font-size:12px;}
		.d30-5 .l span:nth-child(12) {font-size:14px;}
		.d30-5 .r {width:100%; margin-top:40px}
		.d30-5 .r ul li img {margin-bottom:10px;}
		.d30-5 .r ul li span {font-size:14px;}
		.d30-5 .r p {padding:0;}

		/**/
		.d30-6 {padding:150px 0; background-attachment:scroll;}
		.d30-6 .text h2 {font-size:22px; margin-bottom:10px;}
		.d30-6 .text p {font-size:14px;}
		/**/
		.d30-7 {padding:0 0 40px;}
		.d30-7 .img picture {width:100%;}
		.d30-7 .img picture:nth-child(2),
		.d30-7 .img picture:nth-child(3) {position:static; align-items:center; margin-top:30px;}
		.d30-7 .img picture:nth-child(2) img,
		.d30-7 .img picture:nth-child(3) img {width:60%;}
		.d30-7 .img picture:nth-child(2) em,
		.d30-7 .img picture:nth-child(3) em {display:none;}
		.d30-7 .img picture p {width:60%; font-size:14px; margin-top:10px;}
		/**/
		.d30-8 {padding:150px 0; background-attachment:scroll;}
		.d30-8 .text h2 {font-size:22px; margin-bottom:10px;}
		.d30-8 .text p {font-size:14px; width:100%;}
		/**/
		.d30-9 .it {height:auto;}
		.d30-9 .text {position:static; transform:none; justify-content:center;}
		.d30-9 .text h2 {font-size:32px; text-align:center;}
		.d30-9 .img {position:static; transform:none; justify-content:center; padding-top:80px;}
		.d30-9 .img img {position:static;}
		.d30-9 .img img:nth-child(1) {height:auto; width:30%; right:45%; top:55%;}
		.d30-9 .img img:nth-child(2) {height:auto; width:30%; left:40%; top:31%;}
		.d30-9 .moreinfo {padding:20px; position:static; transform:none;}
		.d30-9 .img.move img:nth-child(1) {transform:translateX(-15%) translateY(-8%);}
		.d30-9 .img.move img:nth-child(2) {transform:translateX(40%) translateY(6%);}
		.d30-9 .moreinfo ul {flex-direction:column;}
		.d30-9 .moreinfo ul li {width:100%!important; margin-bottom:20px;}
		.d30-9 .moreinfo ul li p {margin:0; padding:10px; font-size:14px;}
		.d30-9 .moreinfo ul li:nth-child(2) p,
		.d30-9 .moreinfo ul li:nth-child(4) p,
		.d30-9 .moreinfo ul li:nth-child(6) p {margin:0;}
		.d30-9 .moreinfo ul li:nth-child(2) .cell,
		.d30-9 .moreinfo ul li:nth-child(4) .cell,
		.d30-9 .moreinfo ul li:nth-child(6) .cell {flex-direction:column;}
		.d30-9 .moreinfo ul li:last-child {margin:0;}
		/**/
		.d30-10 {padding:80px 0;}
		.d30-10 h2 {font-size:32px;}




	/***** 产品专题页：TJ001 *****/
	.sel-product-detail-31 {}
		/**/
		.d31-1 {}
		.d31-1 .main {padding:150px 0;}
		.d31-1 .text {align-content:flex-start;}
		.d31-1 .text h1 {font-size:32px;}
		.d31-1 .text p {font-size:18px;}
		/**/
		.d31-2 {padding:80px 0 40px;}
		.d31-2 .text h2 {font-size:22px; margin-bottom:20px;}
		.d31-2 .text p {font-size:16px;}
		.d31-2 .lr {flex-direction:column;}
		.d31-2 .l {width:100%; margin:10px 0 0;}
		.d31-2 .l span {font-size:12px;}
		.d31-2 .l span:nth-child(2) {font-size:12px;}
		.d31-2 .l span:nth-child(3) {left:35.15%; top:16.55%;}
		.d31-2 .l span:nth-child(4) {}
		.d31-2 .l span:nth-child(5) {}
		.d31-2 .l span:nth-child(6) {}
		.d31-2 .l span:nth-child(7) {}
		.d31-2 .l span:nth-child(8) {}
		.d31-2 .l span:nth-child(9) {}
		.d31-2 .l span:nth-child(10) {}
		.d31-2 .l span:nth-child(11) {font-size:12px;}
		.d31-2 .l span:nth-child(12) {font-size:14px;}
		.d31-2 .r {width:100%;}
		.d31-2 .r p {font-size:14px;}
		/**/
		.d31-3 {padding:150px 0; background-attachment:scroll;}
		.d31-3 .text {}
		.d31-3 .text h2 {font-size:22px; margin-bottom:10px;}
		.d31-3 .text p {font-size:14px; width:100%;}
		.d31-3 .text p span {display:inline;}
		/**/
		.d31-4 {padding:40px 0;}
		.d31-4 .lr {padding:80px 0 40px; flex-direction:column;}
		.d31-4 .text {width:100%; text-align:center;}
		.d31-4 .text h2 {font-size:22px;}
		.d31-4 .text p {font-size:14px;}
		.d31-4 .text p span {}
		.d31-4 .img {width:100%; position:static; transform:none;}
		.d31-4 .img img {width:80%;}
		/**/
		.d31-5 {padding:40px 0;}
		.d31-5 .lr {flex-direction:column;}
		.d31-5 .text {width:100%; padding:0; text-align:center;}
		.d31-5 .text h2 {font-size:22px; margin-bottom:10px;}
		.d31-5 .text p {font-size:14px;}
		.d31-5 .text p span {}
		.d31-5 .img {width:100%; margin-top:20px;}
		.d31-5 .img img {border-radius:10px;}




	/***** 产品专题页：P11 Plus *****/
	.sel-product-detail-34 {}
		/**/
		.d34-1 {}
		.d34-1 .main {padding:100px 0;}
		.d34-1 .shead h2 {font-size:22px;}
		.d34-1 .shead h1 {font-size:32px; margin-top:20px;}
		.d34-1 .shead p {font-size:18px;}
		/**/
		.d34-2 {padding:60px 0;}
		.d34-2 .shead h2 {font-size:28px; margin-bottom:20px;}
		.d34-2 .shead p {font-size:18px;}
		.d34-2 ul {margin:20px -10px -10px;}
		.d34-2 ul li {width:100%; padding:10px;}
		.d34-2 ul li .text h3 {font-size:18px; margin-bottom:20px;}
		.d34-2 ul li .text p {font-size:16px;}
		.d34-2 ul li .img {margin-bottom:20px;}
		/**/
		.d34-3 {padding:60px 0;}
		.d34-3 .shead h2 {font-size:28px;}
		.d34-3 ul {margin-top:40px;}
		.d34-3 ul li {margin-bottom:20px; width:100%!important;}
		.d34-3 ul li .cell {padding:20px;}
		.d34-3 ul li:nth-child(2) .img,
		.d34-3 ul li:nth-child(3) .img,
		.d34-3 ul li:nth-child(7) .img,
		.d34-3 ul li:nth-child(8) .img {margin:0 0 20px 0;}
		.d34-3 ul li:nth-child(5) .cell,
		.d34-3 ul li:nth-child(6) .cell {padding:20px; background:#009FAB;}
		.d34-3 ul li:nth-child(5) .text h3,
		.d34-3 ul li:nth-child(6) .text h3 {margin:0; padding-bottom:10px; color:#FFFFFF;}
		.d34-3 ul li .text {width:100%; padding:0;}
		.d34-3 ul li .text h3 {font-size:18px; margin-bottom:10px;}
		.d34-3 ul li .text p {font-size:14px;}
		.d34-3 ul li .img {width:100%; margin-top:20px; padding:0;}
		/**/
		.d34-4 {padding:60px 0;}
		.d34-4 .text .shead h2 {font-size:28px;}
		.d34-4 .text {width:100%;}
		.d34-4 ul {margin-top:40px;}
		.d34-4 ul li {}
		.d34-4 ul li .cell {}
		.d34-4 ul li .cell img {width:64px;}
		.d34-4 ul li p {font-size:14px;}
		.d34-4 .img {width:100%; margin-top:40px;}
		/**/
		.d34-5 {padding:60px 0; background-attachment:scroll;}
		.d34-5 .shead h2 {font-size:28px;}
		.d34-5 ul {margin-top:30px;}
		.d34-5 ul li {padding:20px 0;}
		.d34-5 ul li h3 {font-size:22px;}
		.d34-5 ul li p {font-size:16px;}
		/**/
		.d34-6 {padding:60px 0;}
		.d34-6 h2 {font-size:28px;}




	/***** 产品专题页：P12 Plus *****/
	.sel-product-detail-35 {}
		/**/
		.d35-1 {}
		.d35-1 .main {padding:100px 0;}
		.d35-1 .shead h2 {font-size:22px;}
		.d35-1 .shead h1 {font-size:32px; margin-top:20px;}
		.d35-1 .shead p {font-size:18px;}
		/**/
		.d35-2 {padding:60px 0 0;}
		.d35-2 .inner {flex-direction:column-reverse;}
		.d35-2 .img {width:100%; margin-top:40px;}
		.d35-2 .text {width:100%;}
		.d35-2 .text p {font-size:18px;}
		/**/
		.d35-3 {padding:60px 0;}
		.d35-3 .shead h2 {font-size:28px;}
		.d35-3 .shead h2 span {display:inline;}
		.d35-3 ul {margin-top:40px;}
		.d35-3 ul li {margin-bottom:20px; width:100%;}
		.d35-3 ul li:nth-child(2n) {margin-top:0;}
		.d35-3 ul li .text {width:100%; padding:0;}
		.d35-3 ul li .text h3 {font-size:18px;}
		.d35-3 ul li .text p {font-size:14px;}
		.d35-3 ul li .img {width:50%; margin:20px auto 0;}
		/**/
		.d35-4 {padding:60px 0; background-attachment:scroll;}
		.d35-4 .shead h2 {font-size:28px;}
		.d35-4 .shead p {font-size:18px;}
		.d35-4 .swiper-container {}
		.d35-4 .swiper-container .img-box {margin-bottom:20px;}
		.d35-4 .swiper-container .text h3 {font-size:22px; margin-bottom:20px;}
		.d35-4 .swiper-container .text p {font-size:18px;}
		/**/
		.d35-5 {}
		.d35-5 .topic {height:40vh; background-attachment:scroll;}
		.d35-5 .topic img {width:80%;}
		.d35-5 .shead {margin-top:60px;}
		.d35-5 .shead h2 {font-size:28px;}
		.d35-5 .sc-wrap {padding:0 0 40px 0;}
		.d35-5 .swiper-container {}
		.d35-5 .swiper-container .swiper-slide .img-box {width:100%; margin-bottom:20px;}
		.d35-5 .swiper-container .swiper-slide .text {width:100%;}
		.d35-5 .swiper-container .swiper-slide .text h3 {font-size:22px;}
		.d35-5 .swiper-container .swiper-slide .text p {font-size:18px;}
		.d35-5 .swiper-container .swiper-pagination {bottom:40px!important;}
		/**/
		.d35-6 {padding:60px 0; background-attachment:scroll;}
		.d35-6 h2 {font-size:28px;}
		.d35-6 .box {margin-top:40px;}
		.d35-6 .text {width:100%;}
		.d35-6 .text ul li .cell {}
		.d35-6 .text ul li .cell img {width:60px;}
		.d35-6 .text ul li p {font-size:16px;}
		.d35-6 .img {width:80%; margin:30px auto 0;}
		/**/
		.d35-7 {padding:60px 0; background-attachment:scroll;}
		.d35-7 .shead h2 {font-size:32px;}
		.d35-7 ul {margin-top:30px;}
		.d35-7 ul li {padding:0 0 40px 0;}
		.d35-7 ul li h3 {font-size:22px;}
		.d35-7 ul li p {font-size:16px;}
		/**/
		.d35-8 {padding:60px 0;}
		.d35-8 h2 {font-size:28px;}




	/***** 产品专题页：兽用探头 *****/
	.sel-product-detail-36 {}
		/* public */
		.sel-product-detail-36 .con {}
		.sel-product-detail-36 .con .text {}
		.sel-product-detail-36 .con .text h2 {font-size:32px; margin-bottom:40px;}
		.sel-product-detail-36 .con .text ul {margin-top:30px;}
		.sel-product-detail-36 .con .text ul li {width:100%; margin-bottom:40px;}
		.sel-product-detail-36 .con .text ul li .cell {}
		.sel-product-detail-36 .con .text ul li img {border-radius:10px;}
		.sel-product-detail-36 .con .text ul li .name {margin-top:20px;}
		.sel-product-detail-36 .con .text ul li h3 {font-size:18px; margin-bottom:10px;}
		.sel-product-detail-36 .con .text ul li .t {font-size:14px;}
		/**/
		.d36-1 {}
		.d36-1 .main {padding:150px 0;}
		.d36-1 .text {}
		.d36-1 .text h1 {font-size:44px;}
		.d36-1 .text h2 {font-size:22px;}
		/**/
		.d36-2 {padding:60px 0;}
		/**/
		.d36-3 {padding:60px 0;}
		/**/
		.d36-4 {padding:60px 0;}
		/**/
		.d36-5 {padding:60px 0;}




	/***** P20 Plus *****/
	.sel-product-detail-37 {}
		/**/
		.d37-1 {}
		.d37-1 .main {padding:80px 0;}
		.d37-1 .shead h1 {font-size:36px; margin-bottom:20px;}
		.d37-1 .shead h2 {font-size:32px;}
		.d37-1 .shead p {font-size:18px;}
		.d37-1 .img {width:55%; margin:40px auto;}
		.d37-1 .intro {font-size:18px;}
		/**/
		.d37-2 {padding:60px 0;}
		.d37-2 .shead h2 {font-size:22px;}
		.d37-2 ul {margin:-20px;}
		.d37-2 ul li {width:100%; padding:20px;}
		.d37-2 ul li .text {width:100%!important;}
		.d37-2 ul li .img {width:100%!important; margin-bottom:20px;}
		.d37-2 ul li .text h3 {font-size:18px; margin-bottom:20px;}
		.d37-2 ul li .text p {font-size:16px;}
		/**/
		.d37-3 {padding:60px 0;}
		.d37-3 .shead h2 {font-size:22px;}
		.d37-3 .shead p {font-size:16px;}
		.d37-3 ul {margin:40px 0 0 0; flex-direction:column;}
		.d37-3 ul li {width:50%; margin:auto; padding:10px;}
		.d37-3 ul li:last-child {margin:auto;}
		.d37-3 ul li .text p {font-size:16px;}
		/**/
		.d37-4 {padding:60px 0;}
		.d37-4 ul li {margin-bottom:20px;}
		.d37-4 ul li .cell {padding:20px;}
		.d37-4 ul li .text {width:100%;}
		.d37-4 ul li .text h3 {font-size:18px; margin-bottom:10px;}
		.d37-4 ul li .text p {font-size:16px;}
		.d37-4 ul li .img {width:100%; margin-top:20px; padding:0;}
		/**/
		.d37-5 {padding:60px 0;}
		.d37-5 h2 {font-size:22px; margin-bottom:30px;}
		.d37-5 ul li {width:100%; padding:20px 0;}
		.d37-5 ul li .cell {width:100%;}
		.d37-5 .img {position:static; transform:none; width:80%; margin:60px auto;}
		/**/
		.d37-6 {padding:60px 0;}
		.d37-6 h2 {font-size:28px;}
		.d37-6 .swiper-container .text {font-size:14px; margin-top:10px;}




	/***** P20 Elite *****/
	.sel-product-detail-38 {}
		/**/
		.sel-product-detail-38 .d38-con .topic {padding:200px 0; background-attachment:scroll;}
		.sel-product-detail-38 .d38-con .topic .text {width:100%; margin:auto; padding:0 20px;}
		.sel-product-detail-38 .d38-con .topic .text h2 {font-size:32px;}
		.sel-product-detail-38 .d38-con .topic .text p {font-size:18px;}
		/**/
		.d38-1 {background-attachment:scroll;}
		.d38-1 .main {padding:100px 0 200px;}
		.d38-1 .text h2 {font-size:28px;}
		.d38-1 .text h1 {font-size:32px; margin-top:20px;}
		.d38-1 .text p {font-size:18px;}
		/**/
		.d38-2 {padding:0 0 60px;}
		.d38-2 .img {width:100%; margin-bottom:40px;}
		.d38-2 .text {width:100%;}
		.d38-2 .text h2 {font-size:22px;}
		.d38-2 .text p {font-size:18px;}
		/**/
		.d38-3 {}
		.d38-3 .topic::after {background:rgba(0, 0, 0, 0.5);}
		.d38-3 .box {padding:0 0 60px 0;}
		.d38-3 .swiper-container {}
		.d38-3 .swiper-container .swiper-slide .img-box {width:100%; margin-bottom:30px;}
		.d38-3 .swiper-container .swiper-slide .text {width:100%;}
		.d38-3 .swiper-container .swiper-slide .text h3 {font-size:18px;}
		.d38-3 .swiper-container .swiper-slide .text p {font-size:14px;}
		.d38-3 .swiper-container .swiper-pagination {bottom:40px!important;}
		/**/
		.d38-4 ul {margin:40px -10px;}
		.d38-4 ul li {width:100%; padding:10px;}
		.d38-4 ul li .t h4 {font-size:18px;}
		.d38-4 ul li .t p {font-size:16px;}
		/**/
		.d38-5 .topic::after {background:rgba(0, 0, 0, 0.5);}
		.d38-5 .list {padding:60px 0;}
		.d38-5 ul li {margin-bottom:20px; padding:20px;}
		.d38-5 ul li .img {width:100%;}
		.d38-5 ul li:nth-child(2) .cell,
		.d38-5 ul li:nth-child(4) .cell {text-align:left;}
		.d38-5 ul li .text {width:100%; margin:20px 0 0; padding:0;}
		.d38-5 ul li:nth-child(2) .text,
		.d38-5 ul li:nth-child(4) .text {margin:20px 0 0;}
		.d38-5 ul li .text h3 {font-size:18px; margin-bottom:10px;}
		.d38-5 ul li .text p {font-size:14px;}
		/**/
		.d38-6 {}
		.d38-6 h2 {font-size:22px; margin-bottom:30px;}
		.d38-6 .box {padding:60px 0;}
		.d38-6 ul {margin:-20px 0;}
		.d38-6 ul li {width:100%; padding:20px 0;}
		.d38-6 ul li .cell {width:100%;}
		.d38-6 .img {position:static; transform:none; width:80%; margin:60px auto;}
		/**/
		.d38-7 {padding:60px 0;}
		.d38-7 h2 {font-size:28px;}
		.d38-7 .swiper-container .text {font-size:14px; margin-top:10px;}




	/***** HD-580 *****/
	.sel-product-detail-39 {}
	    /**/
	    .d39-1 {}
	    .d39-1 .main {padding:150px 0 100px;}
	    .d39-1 .text {}
	    .d39-1 h1 {font-size:32px;}
	    .d39-1 h1 span {margin:0 10px 0 0;}
	    .d39-1 p {margin:40px 0 20px;}
	    .d39-1 p span {font-size:28px;}
	    .d39-1 .img ul li {width:50%;}
	    /**/
	    .d39-2 {padding:80px 0;}
	    .d39-2 .inner {flex-direction:column;}
	    .d39-2 .img {width:50%; margin:0 auto 50px; padding-left:5%;}
	    .d39-2 .text {margin:auto; padding:0; text-align:center; width:100%;}
	    .d39-2 .text .col {}
	    .d39-2 .text h2 {font-size:22px;}
	    .d39-2 .text span {font-size:16px;}
	    .d39-2 .text p {margin:30px 0; font-size:16px;}
	    .d39-2 .text img {width:100%;}
	    .d39-2 .text .info {margin:20px auto 0; width:100%;}
	    .d39-2 .text .info p {font-size:12px;}
	    .d39-2 .text .info p span {font-size:12px;}
	    .d39-2 .text .info p img {max-width:150px;}
	    /**/
	    .d39-3 {padding:60px 0;}
	    .d39-3 .inner {}
	    .d39-3 .shead {margin-bottom:40px;}
	    .d39-3 .shead h2 {font-size:22px;}
	    .d39-3 .shead p {font-size:16px;}
	    .d39-3 .group {margin-bottom:40px;}
	    .d39-3 .text {}
	    .d39-3 .text .sh {}
	    .d39-3 .text .shl {display:block; width:80px; margin:0 auto 20px;}
	    .d39-3 .text .shr {padding:0; text-align:center;}
	    .d39-3 .text .shr h2 {font-size:22px;}
	    .d39-3 .text .shr p {font-size:14px;}
	    .d39-3 .text p.desc {margin-top:30px; font-size:16px;}
	    .d39-3 .img {margin:30px auto 0;}
	    .d39-3 .img .t {margin-bottom:30px;}
	    .d39-3 .img .t ul {padding:0; justify-content:space-between;}
	    .d39-3 .img .t ul li {margin-bottom:20px; padding:0 10px;}
	    .d39-3 .img .t ul li:nth-child(2),
    	.d39-3 .img .t ul li:nth-child(4) {width:10%;}
	    .d39-3 .img .t ul li span {font-size:12px; height:40px;}
	    .d39-3 .img .b ul {padding:0; flex-direction:column; align-content:center;}
	    .d39-3 .img .b ul li {margin-bottom:40px; padding:0; width:50%;}
	    .d39-3 .img .b ul li:last-child {margin:0;}
	    .d39-3 .img .b ul li img {margin-bottom:10px;}
	    .d39-3 .img .b ul li p {font-size:16px;}
	    .d39-3 .img .b ul li span {font-size:14px;}
	    .d39-3 .group:nth-child(3) .t ul {justify-content:space-around;}
	    .d39-3 .group:nth-child(3) .t ul li {}
	    /**/
	    .d39-4 {padding:120px 0; height:auto;}
	    .d39-4 .text {position:static; transform:none; width:80%; margin:auto; text-align:center;}
	    .d39-4 .text h2 {font-size:22px;}
	    .d39-4 .text span {font-size:16px;}
	    .d39-4 .text ul {margin:30px 0;}
	    .d39-4 .text ul li {font-size:14px;}
	    .d39-4 .text h3 {font-size:22px;}
	    .d39-4 .text p {font-size:18px;}




	/****************************************/
	/*  products detail: X-2600  */
	/****************************************/

	/**/
	.sel_products_detail_57 {}
	.sel_products_detail_57 .shead {max-width:none;}
	.sel_products_detail_57 .shead h2 {margin-bottom:10px; font-size:28px;}
	.sel_products_detail_57 .shead p {font-size:18px;}

	    /**/
	    .d57_1 {padding:80px 0;}
	    .d57_1 .main {flex-direction:column;}
	    .d57_1 .text {width:100%; text-align:center;}
	    .d57_1 .text h1 {font-size:32px; margin-bottom:40px; align-items:center;}
	    .d57_1 .text h1 span:nth-child(1) i:nth-child(1) {left:-10px; top:0;}
	    .d57_1 .text h1 span:nth-child(1) i:nth-child(1)::before {width:3px; height:20px;}
	    .d57_1 .text h1 span:nth-child(1) i:nth-child(1)::after {width:10px; height:3px;}
	    .d57_1 .text h1 span:nth-child(1) i:nth-child(2) {right:-10px; bottom:0;}
	    .d57_1 .text h1 span:nth-child(1) i:nth-child(2)::before {width:3px; height:20px;}
	    .d57_1 .text h1 span:nth-child(1) i:nth-child(2)::after {width:10px; height:3px;}
	    .d57_1 .text h2 {font-size:28px;}
	    .d57_1 .text p {font-size:18px;}
	    .d57_1 .text ul {width:90%; margin:20px auto 0;}
	    .d57_1 .img {margin-top:60px; width:100%;}

	    /**/
	    .d57_2 {padding:80px 0;}
	    .d57_2 .img {margin-top:40px; flex-direction:column;}
	    .d57_2 .img img:nth-child(1) {margin-bottom:40px; width:100%;}
	    .d57_2 .img img:nth-child(2) {width:80%;}

	    /**/
	    .d57_3 {padding:80px 0;}
	    .d57_3 .text ul {margin-top:30px;}
	    .d57_3 .text ul li .t {flex-direction:column;}
	    .d57_3 .text ul li .t img {width:80px;}
	    .d57_3 .text ul li .t .t_r {margin:20px 0 0 0; text-align:center;}
	    .d57_3 .text ul li .t .t_r h3 {font-size:20px; margin-bottom:5px;}
	    .d57_3 .text ul li .t .t_r p {font-size:14px; line-height:1;}
	    .d57_3 .text ul li .b {margin-top:20px; font-size:14px;}
	    .d57_3 .img {margin-top:40px;}
	    .d57_3 .img ul {margin:0 -10px; flex-direction:column; align-items:center;}
	    .d57_3 .img ul li {margin-bottom:30px; padding:0 10px; width:65%;}
	    .d57_3 .img ul li:last-child {margin:0;}
	    .d57_3 .img ul li p {font-size:12px; margin-top:10px;}

	    /**/
	    .d57_4 {padding:80px 0;}
	    .d57_4 .main {flex-direction:column;}
	    .d57_4 .text {width:100%; padding:0;}
	    .d57_4 .text .shead {text-align:center;}
	    .d57_4 .text ul {margin-top:30px;}
	    .d57_4 .text ul li {margin-bottom:30px;}
	    .d57_4 .text ul li .cell {flex-direction:column;}
	    .d57_4 .text ul li img {width:50px; height:50px;}
	    .d57_4 .text ul li .r {margin:20px 0 0 0; text-align:center;}
	    .d57_4 .text ul li .r h3 {font-size:18px; margin-bottom:5px;}
	    .d57_4 .text ul li .r p {font-size:14px;}
	    .d57_4 .img {margin:40px auto 0; max-width:400px; width:60%;}
	    .d57_4 .img img {display:block; width:100%;}

	    /**/
	    .d57_5 {padding:80px 0;}
	    .d57_5 .text h2:nth-child(3) {margin-top:30px;}
	    .d57_5 .text ul {margin:30px -20px 0;}
	    .d57_5 .text ul li {width:50%; padding:0 20px;}
	    .d57_5 .text ul li .cell {flex-direction:column;}
	    .d57_5 .text ul li img {width:50px; height:50px;}
	    .d57_5 .text ul li .r {margin:10px 0 0 0; text-align:center;}
	    .d57_5 .text ul li .r p {font-size:14px;}
	    .d57_5 .img {margin-top:60px;}
	    .d57_5 .img p span {font-size:12px;}




	/****************************************/
	/*  products detail: EU-10  */
	/****************************************/

	/**/
	.sel_products_detail_58 {}

		/**/
		.d58_1 {padding:100px 0;}
		.d58_1 .text h1 {font-size:44px;}
		.d58_1 .text h2 {font-size:22px;}
		.d58_1 .text p {font-size:16px; margin-top:20px;}
		.d58_1 .img {width:90%; margin-top:40px;}

		/**/
		.d58_2 {padding:80px 0;}
		.d58_2 .main {flex-direction:column-reverse;}
		.d58_2 .text {width:90%; margin:auto; padding:0;}
		.d58_2 .text .con_t:nth-child(1) {margin-bottom:30px;}
		.d58_2 .text .con_t h2 {font-size:18px;}
		.d58_2 .text .con_t dl {margin-top:10px;}
		.d58_2 .text .con_t dl dd {font-size:14px;}
		.d58_2 .img {width:60%; margin:0 auto 30px; padding:0;}
		.d58_2 .img img {width:100%;}
		.d58_2 .text .con_t .t_img img {width:calc(50% - 10px);}

		/**/
		.d58_3 {padding:80px 0 400px;}
		.d58_3 .main {}
		.d58_3 .text {padding:0 5%;}
		.d58_3 .text ul li {position:static; margin-bottom:30px; max-width:none;}
		.d58_3 .text ul li:last-child {margin:0;}
		.d58_3 .text ul li:nth-child(1),
		.d58_3 .text ul li:nth-child(3) {text-align:left; transform:none;}
		.d58_3 .text ul li:nth-child(2),
		.d58_3 .text ul li:nth-child(4) {transform:none;}
		.d58_3 .text ul li h2 {font-size:18px; margin-bottom:5px;}
		.d58_3 .text ul li p {font-size:14px;}
		.d58_3 .text .circle {display:none;}

		/**/
		.d58_4 {padding:80px 0 300px;}
		.d58_4 .main {}
		.d58_4 .text {padding:0 0 0 5%;}
		.d58_4 .text h2 {font-size:18px;}
		.d58_4 .text ul {}
		.d58_4 .text ul li p {font-size:14px;}

		/**/
		.d58_5 {padding:0 0 300px;}
		.d58_5 .text {padding:40px;}
		.d58_5 .text h2 {font-size:18px;}
		.d58_5 .text ul li p {font-size:14px;}




	/***** 耗材详情 *****/
	.sel-consumables {}
		/**/
		.consumables-box {}
		.consumables-box .main {padding:80px 0 0;}
		.consumables-box h1 {font-size:28px; margin-bottom:20px;}
		.consumables-box ul {}
		.consumables-box ul li {margin-bottom:20px;}
		.consumables-box ul li .cell {flex-direction:column;}
		.consumables-box ul li .cover {width:100%;}
		.consumables-box ul li .text {width:100%; padding:30px 20px; border:none; border-top:2px solid rgba(0, 0, 0, .05);}
		.consumables-box ul li .text .tt strong {margin-bottom:10px;}
		.consumables-box ul li .text .tt h2 {font-size:18px;}
		.consumables-box ul li .text .tt p {font-size:14px;}
		.consumables-box ul li .text .tb {}
		.consumables-box ul li .text .tb span {font-size:12px;}




    /* ======================================================== */
	/* 服务与支持 */
	/* ======================================================== */

	.sel_support {}

		/**/
		.sel_support .shead {margin-bottom:40px;}
		.sel_support .shead h2 {font-size:28px;}
		.sel_support .shead h3 {font-size:16px;}
		.sel_support .shead p {font-size:16px; margin-top:20px;}

		/**/
		.service_type ul {margin:10px -10px;}
		.service_type ul li {width:50%; padding:10px;}
		.service_type ul li a {padding:30px 0; background:rgba(0, 0, 0, 0.01);}
		.service_type ul li span {width:36px; height:36px;}
		.service_type ul li p {margin-top:10px; font-size:14px;}

		/**/
		.service_performance {padding:60px 0 100px;}
		.service_performance ul {margin:-20px;}
		.service_performance ul li {width:50%; padding:20px;}
		.service_performance ul li .text h2 {font-size:44px;}
		.service_performance ul li .text h2 sup {bottom:6px; font-size:12px;}
		.service_performance ul li .text h2 sup.symbol {width:10px; height:10px;}
		.service_performance ul li .text p {font-size:14px; margin-top:10px;}

		/**/
		.service_solutions {}
		.service_solutions ul {margin:-10px;}
		.service_solutions ul li {width:100%; padding:10px;}
		.service_solutions ul li p {padding:20px 10px; font-size:16px;}

		/**/
		.service_promise {padding:80px 0;}
		.service_promise .qr_code {padding:0 0 60px 0;}
		.service_promise .qr_code .text {margin-bottom:30px;}
		.service_promise .qr_code .text p {font-size:14px;}
		.service_promise .qr_code .text h3 {font-size:22px;}
		.service_promise .qr_code .text span {font-size:12px;}
		.service_promise .qr_code ul li {width:100%; padding:10px;}
		.service_promise .qr_code ul li img {max-width:160px;}
		.service_promise .qr_code ul li p {font-size:12px; margin-top:4px;}
		.service_promise .list ul {margin:-10px;}
		.service_promise .list ul li {width:100%; padding:10px;}
		.service_promise .list ul li .text {padding:30px 20px;}
		.service_promise .list ul li .text h3 {font-size:18px; margin-bottom:10px;}
		.service_promise .list ul li .text p {font-size:12px;}

		/**/
		.support_box .s_point {}
		.support_box .s_point .shead p {width:80%; margin:20px auto 0;}
		.support_box .s_point .rbox {padding:0;}
		.support_box .s_point .radiation {width:100%; margin:-60px auto 20px;}
		.support_box .s_point .radiation .note::before {width:6px; height:6px;}
		.support_box .s_point .radiation .note .cname {display:none;}
		.support_box .s_point .radiation .tips {display:none!important;}




	/********** 工作机会 **********/
	.career-type {}
	.career-type .row {padding:0 10px 0 20px;}
	.career-type ul {margin:20px auto;}
	.career-type ul li {}
	.career-type ul li a { margin-right:10px; height:150px;}
	.career-type ul li a::before {height:150px;}
	.career-type ul li span {width:50px; height:50px;}
	.career-type ul li span em {font-size:48px;}
	.career-type ul li p {font-size:16px;}
	.career-type ul li a:hover p {}
	/**/
	#career .cg-1 {padding:50px 0;}
	#career .cg-1 h1 {font-size:32px; margin-bottom:10px;}
	#career .cg-1 h2 {font-size:22px; margin-bottom:20px;}
	#career .cg-1 h3 {font-size:18px; width:80%;}
	#career .tg { margin-top:40px;}
	#career .cg-1 h2 {font-size:22px;}
	#career .tg h2 {font-size:44px; margin-bottom:0;}
	#career .tg h2 span {}
	#career .tg h2 span em {font-size:18px; right:-16px; top:-9px;}
	#career .tg .line {margin:20px auto 20px; width:90%; height:20px;}
	#career .tg .line .vline {height:20px;}
	#career .tg .text {width:90%;}
	#career .tg .text .l {padding-right:20px;}
	#career .tg .text .r {padding-left:20px;}
	#career .tg .text h2 {font-size:22px; margin-bottom:5px;}
	#career .tg .text p {font-size:18px; line-height:1.4;}
	/**/
	#career .cg-2 {padding:50px 0;}
	#career .cg-2 h2 {font-size:32px;}
	#career .cg-2 ul {margin-top:30px;}
	#career .cg-2 ul li {float:none; width:80%; margin:auto;}
	#career .cg-2 ul li .inner {padding:0 0 30px 0;}
	#career .cg-2 ul li h3 {font-size:22px; text-align:center; margin-bottom:10px;}
	#career .cg-2 ul li p {font-size:16px;}
	/**/
	#career .cg-3 {padding:50px 0 20px;}
	#career .cg-3 h1 {font-size:24px;}
	#career .cg-3 p {font-size:16px;}
	#career .cg-3 .row_pr0 {padding-right:10px;}
	#career .cg-3 ul {margin:10px 0 0 0;}
	#career .cg-3 ul li { width:50%;}
	#career .cg-3 ul li .inner {margin:10px 10px 0 0; padding:30px 0;}
	#career .cg-3 ul li .img {width:30%; height:auto;}
	#career .cg-3 ul li p {font-size:16px;}




	/********** 校园招聘 **********/
	#campus .cg-1 {padding:50px 0;}
	#campus .cg-1 h1 {font-size:24px;}
	#campus .cg-1 p {font-size:16px;}




	/********** 社会招聘 **********/
	#social .sblank {padding:100px 20px;}
	#social .social-group {}
	/**/
	.filter {padding:30px 0 0;}
	.filter .condition {font-size:14px;}
	.filter .condition span { display:none; padding:3px 0;}
	.filter .condition .inner {}
	.filter .condition .inner ul {}
	.filter .condition ul li {}
	.filter .condition ul li a {padding:3px 5px;}
	/**/
	.career-table { margin:20px 0; width:1200px;}




	/***** 人在开立 *****/
	#environment {}
	#environment .temp_banner {}
	#environment .temp_main {padding-top:40px;}




	/********** 投资者关系 **********/
	#investor .temp_main {padding:20px 0;}
	.investor-box {width:100%; max-width:100%;}
	/**/
	.side-anchor { float:none; margin-bottom:40px; width:100%; position:static;}
	.side-anchor .row {padding-right:10px;}
	.cover-layer {display:none;}
	.side-anchor ul {}
	.side-anchor ul li {float:left; width:50%; border:none;}
	.side-anchor ul li a { width:auto; margin:0 10px 10px 0; padding:0; text-align:center; font-size:16px; background:#f8f8f8;}
	/**/
	.article-content {float:none; width:100%; border:none;}
	.article-content .info-list {margin:0;}
	#investor .anchor {}
	.info-item {}
	.info-title {}
	.info-title h2 {font-size:22px;}
	.info-con {font-size:14px;}
	.info-con p {margin-bottom:20px;}
	.info-con p.bold {margin-bottom:0;}
	.info-con p .investor-tree {width:100%;}
	.info-con .table-list {margin-bottom:20px;}

        img.realstock {width:100%; margin-bottom:40px;}

        .D-table-2 {}
        .D-table-2 td  {}
        .D-table-2 td a {}
        .D-table-2 .even {}

		.F{}
		.notice {}
		.notice ul {}
		.notice ul li {}
		.notice ul li a { width:70%; font-size:14px;}
		.notice ul li span {width:30%;}



	/***** 首页技术点 *****/
	.tech-point-box {padding:64px 0 50px;}
		/* normal */
		.tech-point-box .topic img {}
		/**/
	    .tech-point-box .topic_text {}
	    .tech-point-box .topic_text h1 {font-size:44px;}
	    .tech-point-box .topic_text h2 {font-size:18px;}
	    .tech-point-box .topic_text p {font-size:18px; width:95%; margin-top:40px;}
	    .stp-1 .topic {padding:10% 5% 0 0;}
	    .stp-1 .col {}
	    .stp-1 .col .tp {padding:80px 0;}
	    .stp-1 .col .tp p {width:95%; font-size:18px;}
	    .stp-1 .col .tp2 h2 {font-size:32px;}
	    .stp-1 .col .tp2 ul {margin-top:40px; width:100%;}
	    .stp-1 .col .tp2 ul li p {font-size:18px;}
	    .stp-1 .col .tp2 ul li span {font-size:16px;}
	    .stp-1 .col .tp2 ul li h4 {font-size:44px;}
	    .stp-1 .col .tp2 ul li h4 span {font-size:16px;}
	    /**/
	    .tech-point-box .list_text {padding:50px 0;}
	    .tech-point-box .list_text h2 {font-size:28px; margin:0 0 20px 0;}
	    .tech-point-box .list_text p {font-size:16px; width:90%;}
	    /**/
	    .tech-point-box .list {}
	    .tech-point-box .list ul {width:95%;}
	    .tech-point-box .list ul li {margin-bottom:40px;}
	    .tech-point-box .list ul li h2 {font-size:22px; margin-bottom:20px;}
	    .tech-point-box .list ul li p {font-size:16px;}
	    /**/
		.tech-point-box .text {}
		.tech-point-box .text h2 {font-size:18px; margin:20px 0 10px;}
		.tech-point-box .text p {font-size:16px;}
		.tech-point-box .text ul {margin-top:40px;}
		.tech-point-box .text ul li { float:none; width:100%; margin-bottom:40px;}
		.tech-point-box .text ul li .inner { padding-right:20px; overflow:hidden;}
		.tech-point-box .text ul li img {}
		.tech-point-box .text ul li h4 {margin:20px 0 10px;}
		.tech-point-box .text ul li p {font-size:14px;}

		/* stp-2 */
		.stp-2 {}
		/**/
		.stp-2 .tpd-1 {padding:80px 0;}
		.stp-2 .tpd-1 .text h1 {font-size:36px;}
		.stp-2 .tpd-1 .text p {font-size:18px;}
		/*con公共*/
    	.stp-2 .con {padding:80px 0;}
    	.stp-2 .con .text .sh {display:block;}
		.stp-2 .con .text .shl { width:80px; margin:0 auto 20px;}
		.stp-2 .con .text .shr { text-align:center; padding-left:0;}
		.stp-2 .con .text .shr h2 {font-size:28px; line-height:1;}
		.stp-2 .con .text .shr p {font-size:14px;}
		.stp-2 .con .text p.desc { margin-top:30px; padding:0 2%; font-size:18px;}
		.stp-2 .con .img {margin:30px auto 0;}
		.stp-2 .con .img img {margin:auto;}
		.stp-2 .con .img .t {margin-bottom:20px;}
		.stp-2 .con .img .t ul {padding:0;}
		.stp-2 .con .img .t ul li {}
		.stp-2 .con .img .t ul li span {font-size:12px;}
		.stp-2 .con .img .t ul li img { border-radius:5px;}
		.stp-2 .con .img .t ul li:nth-child(2) , .con34 .img .t ul li:nth-child(4) {width:15%; padding:3% 0 0;}
		.stp-2 .con .img .t ul li:nth-child(2) img , .con34 .img .t ul li:nth-child(4) img {border:none; border-radius:0;}
		.stp-2 .con .img .tf ul li { width:42.5%;}
		.stp-2 .con .img .tf ul li span {}
		.stp-2 .con .img .tf ul li img {border:none; border-radius:0; margin-bottom:20px;}
		.stp-2 .con .img .tf ul li:nth-child(2) {padding:12% 2% 0;}
		/**/
		.stp-2 .con .img .b {}
		.stp-2 .con .img .b ul {padding:0;}
		.stp-2 .con .img .b ul li {float:left; width:33.333333%;}
		.stp-2 .con .img .b ul li img {margin-bottom:0;}
		.stp-2 .con .img .b ul li span {font-size:12px;}
		.stp-2 .con .img .b ul li img:nth-child(1) {width:60%; margin:0 auto;}
		.stp-2 .con .img .b ul li img:nth-child(4) {margin-top:10px;}

		.stp-2 .tpd-3 {padding:0 0 40px;}


		/* stp-3 */
		.stp-3 .tech-point-box .topic {padding:100px 0;}

		/* stp-4 */
		.stp-4 .topic { padding:0 0 50px;}
		.stp-4 .topic_text { padding:40px 0 20px;}
		.stp-4 .topic img {width:95%;}


	/***** 联系我们 *****/
	#contact {}
	.contact-box {padding:120px 0 40px; width:90%; }
	.contact-box h2 {font-size:22px;}
	    /*总部*/
	    .zb {margin-bottom:60px;}
	    .zb p {}
	    /*监察举报*/
	    .jb {margin-bottom:60px;}
	    .jb .col {margin-top:20px;}
	    .jb p {font-size:16px; margin-bottom:10px;}
	    .jb ul {}
	    .jb ul li {line-height:1.8; font-weight:bold;}
	    .jb ul li span {}
	    .jb ul li a {}
	    .jb ul li .l {}
	    .jb ul li .r {}
	    /*办事处*/
	    .bsc {}
	    .bsc ul {margin:10px -20px -20px;}
	    .bsc ul li {width:100%; padding:20px;}
	    .bsc ul li h3 {margin-bottom:10px; font-size:18px;}
	    .bsc ul li p {font-size:16px;}


	/***** 使用条款 *****/
	#terms {}
	#terms .navigation {}
	#terms .copyright {}
	.terms-box {padding:120px 0 40px; width:90%;}
	.terms-box h1 {font-size:28px;}
	.terms-box .col {}
	.terms-box h2 {font-size:18px; margin-bottom:10px;}
	.terms-box p {font-size:16px;}
	

	/***** 登录、注册 *****/
	.sel-login {}
	.sel-login .form {width:100%; padding:10px;}


	/***** sel-product-veterinary *****/
	.sel-product-veterinary .spv{height:240px;}
	.sel-product-veterinary .spv .swiper-slide .text {width:calc(100% - 40px);}
	.sel-product-veterinary .spv .swiper-slide .text h1 {font-size:32px;}
	.sel-product-veterinary .use_case {padding:60px 0;}
	.sel-product-veterinary .use_case h2 {width:100%; font-size:22px;}
	.sel-product-veterinary .use_case ul {margin-top:20px;}
	.sel-product-veterinary .use_case ul li {width:100%;}
	.sel-product-veterinary .use_case ul li p {font-size:14px;}
	.sel-product-veterinary .p-group h2 {font-size:22px; padding:30px 0;}
	.sel-product-veterinary .pg-inner {padding:20px 0;}

	.sel-product-veterinary .v_list_tab .swiper-wrapper {justify-content:flex-start;}
	.sel-product-veterinary .v_list_tab .swiper-slide .text span {font-size:14px;}


}




@media all and (max-width:767px){

}




@media all and (max-width:667px){
	.spec .spec-box ul li { width:100%;}
	.spec .spec-box ul li a { height:400px;}
	.copyright .fr .fr p.phone-number {font-size:16px;}
	.copyright .fr .fr p a {font-size:16px;}

	.d5-3 .text ul li {width:100%;}
	.d5-3 .text ul li .inner {padding:0;}

	.d7-2 ul li {float:none; margin:auto; width:80%;}
	.d7-2 ul li h4 {}

	.d2-3 .mo .mo_2 span:nth-child(1) {left:1.45%; bottom:41.25%;}
	.d2-3 .mo .mo_2 span:nth-child(2) {left:13.25%; bottom:24.25%;}
	.d2-3 .mo .mo_2 span:nth-child(3) {right:12.25%; bottom:52.25%;}
	.d2-3 .mo .mo_2 span:nth-child(4) {right:12.25%; bottom:0;}

}



@media all and (max-width:414px){
	.spec .spec-box ul li a { height:220px;}

	.d2-3 .mo .mo_1 span:nth-child(1) {left:-0.75%; bottom:-10%;}
	.d2-3 .mo .mo_1 span:nth-child(2) {bottom:-10%;}
	.d2-3 .mo .mo_2 span:nth-child(1) {left:0.45%; bottom:38.25%;}
	.d2-3 .mo .mo_2 span:nth-child(2) {left:11.25%; bottom:21.25%;}
	.d2-3 .mo .mo_2 span:nth-child(3) {right:10.25%; bottom:49.25%;}
	.d2-3 .mo .mo_2 span:nth-child(4) {right:10.25%; bottom:-3%;}
}




@media all and (max-width:375px){
	.p-type ul li a h4 {}

	.copyright .fr .fl {width:35%;}
	.copyright .fr .fl ul li {}
	.copyright .fr .fr {width:65%; margin:0;}
	.copyright .fr .fr p.phone-number {font-size:16px;}
	.copyright .fr .fr p.email {font-size:16px;}
	.copyright .fr .fr p a {font-size:16px;}

	
}



@media all and (max-width:320px){
	.p-type ul li a h4 {font-size:12px;}

	.copyright .fr .fl { margin-bottom:40px; float:none; width:100%; overflow:hidden;}
	.copyright .fr .fr {float:none; margin:0; width:100%;}
}



@media all and (max-width:280px){
	#home .swiper-container {height:250px!important;}
	#home .swiper-slide {height:250px!important;}
	#home .swiper-slide .text h1 {font-size:22px;}
	#home .swiper-slide .text p {font-size:12px;}

	.p-type ul li a {padding:40px 0;}
	.p-type ul li { float:none; width:100%; border:none; border-bottom:1px solid #f2f2f2;}
	.p-type ul li a img {width:35%;}

	.spec .spec-box h2 {font-size:16px; line-height:1.4;}
	.spec .spec-box ul li {float:none; width:100%;}

}